Loading lib/getinfo.c +1 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ CURLcode Curl_initinfo(struct SessionHandle *data) info->httpcode = 0; info->httpversion=0; info->filetime=-1; /* -1 is an illegal time and thus means unknown */ info->timecond=0; if(info->contenttype) free(info->contenttype); Loading Loading
lib/getinfo.c +1 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ CURLcode Curl_initinfo(struct SessionHandle *data) info->httpcode = 0; info->httpversion=0; info->filetime=-1; /* -1 is an illegal time and thus means unknown */ info->timecond=0; if(info->contenttype) free(info->contenttype); Loading