mod_http_cache: valgrind fixes

This commit is contained in:
Chris Rienzo 2013-06-24 22:12:24 -04:00
parent a29bab368d
commit cac8536170
1 changed files with 1 additions and 0 deletions

View File

@ -1625,6 +1625,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_http_cache_shutdown)
url_cache_clear(&gcache, NULL);
switch_core_hash_destroy(&gcache.map);
switch_core_hash_destroy(&gcache.profiles);
switch_mutex_destroy(gcache.mutex);
return SWITCH_STATUS_SUCCESS;
}