]> granicus.if.org Git - apache/commitdiff
handle leak. thx to Y^2
authorJim Jagielski <jim@apache.org>
Fri, 24 Jan 2014 20:01:47 +0000 (20:01 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 24 Jan 2014 20:01:47 +0000 (20:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561137 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 7d8434d70c1cdcec918929347bad66cf07fa0857..fb6426bf34ad410ac4b123ed002146f8f6383b32 100644 (file)
@@ -1934,7 +1934,6 @@ PROXY_DECLARE(int) ap_proxy_pre_request(proxy_worker **worker,
                               "*: found reverse proxy worker for %s", *url);
                 *balancer = NULL;
                 *worker = conf->reverse;
-                *(*worker)->s->uds_path = '\0';
                 access_status = OK;
                 /*
                  * The reverse worker does not keep connections alive, so
@@ -2127,7 +2126,6 @@ PROXY_DECLARE(int) ap_proxy_acquire_connection(const char *proxy_function,
     (*conn)->worker = worker;
     (*conn)->close  = 0;
     (*conn)->inreslist = 0;
-    (*conn)->uds_path = NULL;
 
     return OK;
 }