Merge "pbx_dundi: reordered unloading of module pbx_dundi" into 15

15.6
Jenkins2 7 years ago committed by Gerrit Code Review
commit 54d31e2b41

@ -4982,13 +4982,14 @@ static int unload_module(void)
close(netsocket);
io_context_destroy(io);
ast_sched_context_destroy(sched);
mark_mappings();
prune_mappings();
mark_peers();
prune_peers();
ast_sched_context_destroy(sched);
return 0;
}

Loading…
Cancel
Save