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