]> git.ipfire.org Git - thirdparty/curl.git/commit
Curl_http_body: cleanup properly when Curl_getformdata errors
authorDaniel Stenberg <daniel@haxx.se>
Tue, 28 Nov 2023 07:49:49 +0000 (15:49 +0800)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 Nov 2023 21:57:22 +0000 (22:57 +0100)
commit34e319954a69cf870d48052e0e041d229155c662
treec110365278e073a22d51b2bb7b162b53946fd19d
parent0ca3a4ec9a7b8ec3927c55076c9a97d157e15ef0
Curl_http_body: cleanup properly when Curl_getformdata errors

Reported-by: yushicheng7788 on github
Based-on-work-by: yushicheng7788 on github
Fixes #12410
Closes #12421
lib/http.c