1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-04 17:51:03 +00:00

FS-12007 fix leak

This commit is contained in:
Seven Du 2019-08-17 10:50:03 +08:00 committed by Andrey Volk
parent cf0826406b
commit b6b3d78567

@ -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);
}