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