Loading src/main.c +3 −3 Original line number Diff line number Diff line Loading @@ -3558,15 +3558,15 @@ operate(struct Configurable *config, int argc, char *argv[]) if(config->headerfile && !headerfilep && heads.stream) fclose(heads.stream); if(config->trace_fopened && config->trace_stream) fclose(config->trace_stream); if(allocuseragent) free(config->useragent); /* cleanup the curl handle! */ curl_easy_cleanup(curl); if(config->trace_fopened && config->trace_stream) fclose(config->trace_stream); if(config->errors_fopened) fclose(config->errors); Loading Loading
src/main.c +3 −3 Original line number Diff line number Diff line Loading @@ -3558,15 +3558,15 @@ operate(struct Configurable *config, int argc, char *argv[]) if(config->headerfile && !headerfilep && heads.stream) fclose(heads.stream); if(config->trace_fopened && config->trace_stream) fclose(config->trace_stream); if(allocuseragent) free(config->useragent); /* cleanup the curl handle! */ curl_easy_cleanup(curl); if(config->trace_fopened && config->trace_stream) fclose(config->trace_stream); if(config->errors_fopened) fclose(config->errors); Loading