Loading lib/url.c +4 −0 Original line number Diff line number Diff line Loading @@ -235,6 +235,10 @@ void static urlfree(struct UrlData *data, bool totally) if(data->free_referer) free(data->referer); if(data->bits.urlstringalloc) /* the URL is allocated, free it! */ free(data->url); cookie_cleanup(data->cookies); free(data); Loading Loading
lib/url.c +4 −0 Original line number Diff line number Diff line Loading @@ -235,6 +235,10 @@ void static urlfree(struct UrlData *data, bool totally) if(data->free_referer) free(data->referer); if(data->bits.urlstringalloc) /* the URL is allocated, free it! */ free(data->url); cookie_cleanup(data->cookies); free(data); Loading