[PATCH] Avoid reconfiguration leak of objects tied to ports

2014-02-12 Thread Alex Rousskov
Hello, The attached patch avoids reconfiguration leak of [SSL] objects tied to http_port and https_port. This one-line change is rather controversial, and I am not sure it should be accepted. The change fixes a true bug that causes a true memory leak, but the rest of Squid code may not be

Re: [PATCH] Avoid reconfiguration leak of objects tied to ports

2014-02-12 Thread Amos Jeffries
On 2014-02-13 08:17, Alex Rousskov wrote: Hello, The attached patch avoids reconfiguration leak of [SSL] objects tied to http_port and https_port. This one-line change is rather controversial, and I am not sure it should be accepted. The change fixes a true bug that causes a true memory