]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixed negotiate_kerberos_auth memory leaks (#285) M-staged-PR285
authorhuaraz <huaraz@moeller.plus.com>
Tue, 25 Sep 2018 14:41:47 +0000 (14:41 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 25 Sep 2018 17:25:05 +0000 (17:25 +0000)
commitb11d940fec5eef820541ad38848b8e5dddfce127
tree3e8d67871e6f624089c21a0df90f5f277cabb106
parent5358a024892cdbdabd1401d0d214456023ffbb89
Fixed negotiate_kerberos_auth memory leaks (#285)

The fixed leaks do not affect runtime (i.e. request processing) code.
The helper was not deallocating some memory when exiting.
src/auth/negotiate/kerberos/negotiate_kerberos_auth.cc