]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-12007 fix leak
authorSeven Du <dujinfang@gmail.com>
Sat, 17 Aug 2019 02:50:03 +0000 (10:50 +0800)
committerAndrey Volk <andywolk@gmail.com>
Mon, 19 Aug 2019 19:09:47 +0000 (23:09 +0400)
src/switch_loadable_module.c

index fcacf28dc903ca63d15b470e8e2b2b89c168cacc..2f6c1dca69d8634227a9c938097bad997e3a6216 100644 (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);
 }