mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Merged revisions 9609 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r9609 | russell | 2006-02-11 14:23:20 -0500 (Sat, 11 Feb 2006) | 2 lines fix memory leak from not destroying the scheduler context on module unload ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9610 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4642,6 +4642,7 @@ int unload_module(void)
|
||||
ast_cli_unregister(&cli_queryeid);
|
||||
ast_unregister_switch(&dundi_switch);
|
||||
ast_custom_function_unregister(&dundi_function);
|
||||
sched_context_destroy(sched);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user