]> granicus.if.org Git - apache/commitdiff
Need to destroy the global cache during module shutdown that was created
authorBradley Nicholes <bnicholes@apache.org>
Tue, 28 May 2002 19:28:13 +0000 (19:28 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 28 May 2002 19:28:13 +0000 (19:28 +0000)
when the module what initialized.  This eliminates a memory leak.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95322 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/util_ldap_cache.c

index aee694a376dcac2cdc01d7718fb5c32d590365b4..0414f4d4e7b6e1ae88db82439b80eb5e619b615d 100644 (file)
@@ -286,6 +286,7 @@ apr_status_t util_ldap_cache_module_kill(void *data)
         return result;
     }
 #endif
+    util_ald_destroy_cache(util_ldap_cache);
     return APR_SUCCESS;
 }