Loading lib/http.c +1 −0 Original line number Diff line number Diff line Loading @@ -624,6 +624,7 @@ CURLcode Curl_http_done(struct connectdata *conn) free(buff->buffer); free(buff); http->send_buffer = NULL; /* cleaer the pointer */ } if(HTTPREQ_POST_FORM == data->set.httpreq) { Loading Loading
lib/http.c +1 −0 Original line number Diff line number Diff line Loading @@ -624,6 +624,7 @@ CURLcode Curl_http_done(struct connectdata *conn) free(buff->buffer); free(buff); http->send_buffer = NULL; /* cleaer the pointer */ } if(HTTPREQ_POST_FORM == data->set.httpreq) { Loading