Commit d7a83d89 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 7725729d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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);