mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-05 12:42:49 +00:00
Merge "res_stasis_mailbox.c: Fix leak of mailbox container." into 13
This commit is contained in:
@@ -95,6 +95,7 @@ struct ast_json *stasis_app_mailboxes_to_json()
|
||||
}
|
||||
}
|
||||
ao2_iterator_destroy(&iter);
|
||||
ao2_ref(mailboxes, -1);
|
||||
|
||||
return array;
|
||||
}
|
||||
|
Reference in New Issue
Block a user