lib/download.c: CID 62691 (dereference NULL check)
This commit is contained in:
@@ -287,7 +287,7 @@ fetch_file_out:
|
||||
(void)close(fd);
|
||||
if (url != NULL)
|
||||
fetchFreeURL(url);
|
||||
if (tempfile != NULL)
|
||||
|
||||
free(tempfile);
|
||||
|
||||
return rv;
|
||||
|
Reference in New Issue
Block a user