Loading lib/highlevel.c +3 −6 Original line number Diff line number Diff line Loading @@ -719,6 +719,9 @@ CURLcode curl_transfer(CURL *curl) data->port = 0; } if(data->bits.urlstringalloc) free(data->url); /* TBD: set the URL with curl_setopt() */ data->url = data->newurl; data->newurl = NULL; /* don't show! */ Loading @@ -744,12 +747,6 @@ CURLcode curl_transfer(CURL *curl) if(data->newurl) free(data->newurl); #if 0 if((CURLE_OK == res) && data->writeinfo) { /* Time to output some info to stdout */ WriteOut(data); } #endif return res; } Loading
lib/highlevel.c +3 −6 Original line number Diff line number Diff line Loading @@ -719,6 +719,9 @@ CURLcode curl_transfer(CURL *curl) data->port = 0; } if(data->bits.urlstringalloc) free(data->url); /* TBD: set the URL with curl_setopt() */ data->url = data->newurl; data->newurl = NULL; /* don't show! */ Loading @@ -744,12 +747,6 @@ CURLcode curl_transfer(CURL *curl) if(data->newurl) free(data->newurl); #if 0 if((CURLE_OK == res) && data->writeinfo) { /* Time to output some info to stdout */ WriteOut(data); } #endif return res; }