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
1 changed files with 1 additions and 0 deletions

View File

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