FS-11952: [Core] Fix memory leaks.

This commit is contained in:
Andrey Volk
2019-07-24 20:26:32 +04:00
parent 4a2812aaf5
commit 718d2341f7
11 changed files with 25 additions and 1 deletions
+1
View File
@@ -2451,6 +2451,7 @@ SWITCH_DECLARE(switch_status_t) switch_xml_destroy(void)
switch_xml_clear_user_cache(NULL, NULL, NULL);
switch_core_hash_destroy(&CACHE_HASH);
switch_core_hash_destroy(&CACHE_EXPIRES_HASH);
return status;
}