summaryrefslogtreecommitdiff
path: root/main/pbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/pbx.c b/main/pbx.c
index 204eb8841..e565c480f 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -7605,6 +7605,7 @@ void ast_merge_contexts_and_delete(struct ast_context **extcontexts, struct ast_
AST_LIST_INSERT_HEAD(&hints_stored, saved_hint, list);
}
}
+ ao2_iterator_destroy(&i);
/* save the old table and list */
oldtable = contexts_table;