mirror of
https://github.com/curl/curl.git
synced 2026-07-16 06:47:16 +03:00
CURLOPT_WRITEFUNCTION.3: fix typo
Reported-by: Osaila@users.noreply.github.com Fixes https://github.com/curl/curl/issues/10839
This commit is contained in:
parent
43e71fe0fc
commit
e5588ced30
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ if (curl_handle)
|
|||
res = curl_easy_perform(curl_handle);
|
||||
|
||||
/* remember to free the buffer */
|
||||
free(chunk.response)
|
||||
free(chunk.response);
|
||||
|
||||
curl_easy_cleanup(curl_handle);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue