Skip to content
Snippets Groups Projects
Commit 103b05bb authored by Richard Mudgett's avatar Richard Mudgett
Browse files

res_stasis_mailbox.c: Fix leak of mailbox container.

Change-Id: I7d33c1635713047e7d1597c9d882f7dc006d94b4
parent 325b5dd3
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ struct ast_json *stasis_app_mailboxes_to_json()
}
}
ao2_iterator_destroy(&iter);
ao2_ref(mailboxes, -1);
return array;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment