mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
parent
150f45e8d1
commit
0c76795caf
5 changed files with 5 additions and 7 deletions
|
|
@ -1048,7 +1048,7 @@ Curl_cookie_add(struct Curl_easy *data,
|
|||
|
||||
*clist = *co; /* then store all the new data */
|
||||
|
||||
free(co); /* free the newly alloced memory */
|
||||
free(co); /* free the newly allocated memory */
|
||||
co = clist; /* point to the previous struct instead */
|
||||
|
||||
/* We have replaced a cookie, now skip the rest of the list but
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue