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
@ -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…
Reference in New Issue
Block a user