]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixed negotiate_kerberos_auth memory leaks (#285)
authorhuaraz <huaraz@moeller.plus.com>
Sun, 30 Sep 2018 09:51:55 +0000 (09:51 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 30 Sep 2018 09:53:42 +0000 (09:53 +0000)
commitc8df5896724017ee5b62ece7c82383c0f8b44fbf
tree0090f3700f9b299a3868565b8f04bb0d9623329e
parentbc535d91c09d15e9c45cd919d53c1de6b180f46b
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