1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Don't forget to free the iri struct

This commit is contained in:
Xavier Saint 2008-08-14 17:42:16 +02:00
parent 49061b72b6
commit e6b4e761d1

View File

@ -928,6 +928,8 @@ Removing file due to --delete-after in retrieve_from_file():\n"));
/* Free the linked list of URL-s. */
free_urlpos (url_list);
iri_free (iri);
return status;
}