c0c6d9
--- a/modules/ldap/util_ldap_cache.c 2013/08/19 11:41:29 1515371
c0c6d9
+++ b/modules/ldap/util_ldap_cache.c 2013/08/19 11:45:19 1515372
c0c6d9
@@ -52,7 +52,7 @@
c0c6d9
 
c0c6d9
     if (node) {
c0c6d9
         if (!(node->url = util_ald_strdup(cache, n->url))) {
c0c6d9
-            util_ald_free(cache, node->url);
c0c6d9
+            util_ald_free(cache, node);
c0c6d9
             return NULL;
c0c6d9
         }
c0c6d9
         node->search_cache = n->search_cache;