Loading lib/cookie.c +1 −2 Original line number Diff line number Diff line Loading @@ -614,7 +614,6 @@ Curl_cookie_add(struct SessionHandle *data, co->next = clist->next; /* get the next-pointer first */ /* then free all the old pointers */ if(clist->name) free(clist->name); if(clist->value) free(clist->value); Loading Loading
lib/cookie.c +1 −2 Original line number Diff line number Diff line Loading @@ -614,7 +614,6 @@ Curl_cookie_add(struct SessionHandle *data, co->next = clist->next; /* get the next-pointer first */ /* then free all the old pointers */ if(clist->name) free(clist->name); if(clist->value) free(clist->value); Loading