]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix RADIUS helper resource leak
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 17 Jun 2011 13:06:12 +0000 (07:06 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 17 Jun 2011 13:06:12 +0000 (07:06 -0600)
commit80f28c5bf86395edc408f7ad23fbd0d43e587928
treece181d9c32bb0b2bebbff44c1e6edb923d6feac7
parent45d67a0cede46be5dafa08b8c1875034c7961dca
Fix RADIUS helper resource leak

cppcheck detected the config file was never closed/released. This could
prevent the helper shutting down cleanly.
helpers/basic_auth/squid_radius_auth/squid_rad_auth.c