summaryrefslogtreecommitdiff
path: root/res/ari/resource_sounds.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/ari/resource_sounds.c')
-rw-r--r--res/ari/resource_sounds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/ari/resource_sounds.c b/res/ari/resource_sounds.c
index 59ace5d81..2cb35b620 100644
--- a/res/ari/resource_sounds.c
+++ b/res/ari/resource_sounds.c
@@ -202,6 +202,7 @@ void ast_ari_sounds_list(struct ast_variable *headers,
if (!ast_json_array_size(sounds_blob)) {
ast_ari_response_error(response, 404, "Not Found", "No sounds found that matched the query");
+ ast_json_unref(sounds_blob);
return;
}