altarch-user / rpms / httpd

Forked from rpms/httpd 2 years ago
Clone

Blame SOURCES/httpd-2.4.6-r1515372.patch

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