Loading lib/url.c +11 −8 Original line number Diff line number Diff line Loading @@ -2852,6 +2852,9 @@ static CURLcode CreateConnection(struct SessionHandle *data, Curl_safefree(old_conn->proxyuser); Curl_safefree(old_conn->proxypasswd); if(old_conn->bits.rangestringalloc) free(old_conn->range); free(old_conn); /* we don't need this anymore */ /* Loading Loading
lib/url.c +11 −8 Original line number Diff line number Diff line Loading @@ -2852,6 +2852,9 @@ static CURLcode CreateConnection(struct SessionHandle *data, Curl_safefree(old_conn->proxyuser); Curl_safefree(old_conn->proxypasswd); if(old_conn->bits.rangestringalloc) free(old_conn->range); free(old_conn); /* we don't need this anymore */ /* Loading