mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-11952: [Core] Fix memory leaks.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user