]> sjero.net Git - wget/commitdiff
Don't forget to free the iri struct
authorXavier Saint <wget@sxav.eu>
Thu, 14 Aug 2008 15:42:16 +0000 (17:42 +0200)
committerXavier Saint <wget@sxav.eu>
Thu, 14 Aug 2008 15:42:16 +0000 (17:42 +0200)
src/retr.c

index fe176eafcfad22b5d539d2d82516c31d62d2b499..4731d9ee83335366a7dc15b554e47b1d96247bc9 100644 (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;
 }