]> git.ipfire.org Git - thirdparty/squid.git/commit
win32: close pi.hThread as required by Windows API (#2208)
authorJoshua Rogers <MegaManSec@users.noreply.github.com>
Tue, 9 Sep 2025 18:41:17 +0000 (18:41 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 9 Sep 2025 23:26:36 +0000 (23:26 +0000)
commitc36815ea71a32536962e499514a85dd4adbccf8a
tree689c34785a9540a61eb729b1e3ecef4e381713ac
parent69df8e876ad712a5cd94fd736587032a8c016b6c
win32: close pi.hThread as required by Windows API (#2208)

Previously, a leak would occur due to an unclosed pi.hThread.
src/ipc_win32.cc