mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Audit of ao2_iterator_init() usage for v10.
Fix double format_cap iterator cleanup. ........ Merged revisions 352992 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@352996 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -575,7 +575,6 @@ static int container_test1_helper(struct ast_format_cap *cap1, struct ast_format
|
||||
if (!video || !audio || !text || !image) {
|
||||
ast_test_status_update(test, "failed to add all\n");
|
||||
res = AST_TEST_FAIL;
|
||||
ast_format_cap_iter_end(cap_joint);
|
||||
goto test3_cleanup;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user