mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-12007 fix leak
This commit is contained in:
@@ -2515,6 +2515,7 @@ SWITCH_DECLARE(void) switch_loadable_module_shutdown(void)
|
||||
switch_core_hash_destroy(&loadable_modules.limit_hash);
|
||||
switch_core_hash_destroy(&loadable_modules.database_hash);
|
||||
switch_core_hash_destroy(&loadable_modules.dialplan_hash);
|
||||
switch_core_hash_destroy(&loadable_modules.secondary_recover_hash);
|
||||
|
||||
switch_core_destroy_memory_pool(&loadable_modules.pool);
|
||||
}
|
||||
|
Reference in New Issue
Block a user