Merge "app_queue.c: Fix json ref leak" into 16

This commit is contained in:
Joshua Colp 2018-10-02 07:59:32 -05:00 committed by Gerrit Code Review
commit c69e5cd764
1 changed files with 1 additions and 0 deletions

View File

@ -2255,6 +2255,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;
}