diff --git a/apps/app_queue.c b/apps/app_queue.c index 50f9029..eb85c51 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -2154,6 +2154,7 @@ static void queue_publish_member_blob(struct stasis_message_type *type, struct a RAII_VAR(struct stasis_message *, msg, NULL, ao2_cleanup); if (!blob || !type) { + ast_json_unref(blob); return; }