mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
mod_http_cache: valgrind fixes
This commit is contained in:
parent
7a7d1479ed
commit
4c4841da4b
@ -1625,6 +1625,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_http_cache_shutdown)
|
|||||||
|
|
||||||
url_cache_clear(&gcache, NULL);
|
url_cache_clear(&gcache, NULL);
|
||||||
switch_core_hash_destroy(&gcache.map);
|
switch_core_hash_destroy(&gcache.map);
|
||||||
|
switch_core_hash_destroy(&gcache.profiles);
|
||||||
switch_mutex_destroy(gcache.mutex);
|
switch_mutex_destroy(gcache.mutex);
|
||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user