Merge "res_stasis_mailbox.c: Fix leak of mailbox container." into 13

certified/13.21
Jenkins2 8 years ago committed by Gerrit Code Review
commit 22602ec7dd

@ -95,6 +95,7 @@ struct ast_json *stasis_app_mailboxes_to_json()
}
}
ao2_iterator_destroy(&iter);
ao2_ref(mailboxes, -1);
return array;
}

Loading…
Cancel
Save