]> git.ipfire.org Git - thirdparty/curl.git/commit
socks_sspi: use the correct free function
authorStefan Eissing <stefan@eissing.org>
Mon, 13 Oct 2025 09:32:17 +0000 (11:32 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2025 14:59:11 +0000 (16:59 +0200)
commit1d01d4975f540f3a363b38e1296aead62130fc6d
tree1d90f54e43b4e4b161987e0efec13232a9b0c9e9
parent14e4d9c3c7fad13611a608fe2f9c4ed4139130e7
socks_sspi: use the correct free function

When freeing buffers allocated by SSPI, use its own function, not free().

Reported-by: Joshua Rogers
Closes #19046
lib/socks_sspi.c