Skip to content
Snippets Groups Projects
Commit d7a83d89 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

avoid illegal memory access when doing "-T [URL] [URL]"

parent 7725729d
No related branches found
No related tags found
No related merge requests found
......@@ -4216,8 +4216,10 @@ show_error:
} /* loop to the next globbed upload file */
if(inglob)
if(inglob) {
glob_cleanup(inglob);
inglob = NULL;
}
if(outfiles)
free(outfiles);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment