avoid illegal memory access when doing "-T [URL] [URL]"
This commit is contained in:
parent
7725729d90
commit
d7a83d8995
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user