]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: convert AuthUserIP from CBDATA to MEMPROXY class
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 29 Sep 2014 09:24:20 +0000 (02:24 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 29 Sep 2014 09:24:20 +0000 (02:24 -0700)
commita98f21acbde858b3d2b1f0ed81f0bf44209b0922
treef33342e2d0a9c7187739ac9436846e06dbf9df6c
parent23541b3e6b0c01ad6701321551bf7559d16659de
Cleanup: convert AuthUserIP from CBDATA to MEMPROXY class

This object was not needing to be passed as callback arguments
but was using CBDATA type to gain memory pooling.

Converting to the correct pooling mechanism removes some more
uses of cbdataFree() and ensures the object and its members
destructors are called properly.
src/auth/User.cc
src/auth/UserRequest.h