mirror of
https://github.com/mirror/wget.git
synced 2025-04-24 04:05:05 +08:00
* src/retr.c (retrieve_from_file): Fix memleak
This commit is contained in:
parent
cd643458b4
commit
afa979b43f
@ -1292,7 +1292,10 @@ retrieve_from_file (const char *file, bool html, int *count)
|
||||
url_free (url_parsed);
|
||||
|
||||
if (!url_file || (status != RETROK))
|
||||
return status;
|
||||
{
|
||||
iri_free (iri);
|
||||
return status;
|
||||
}
|
||||
|
||||
if (dt & TEXTHTML)
|
||||
html = true;
|
||||
|
Loading…
Reference in New Issue
Block a user