X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Finit.c;h=cafd456cd2befc18d89e33bbbdc58600a435eaef;hp=365fb5baf68f38ad38634887915e7db8c9b67b50;hb=06fc1edb548aa7ff6dd9eea59578e86463032339;hpb=85b98d08341ccd2abd2b0335465927e85eb20757 diff --git a/src/init.c b/src/init.c index 365fb5ba..cafd456c 100644 --- a/src/init.c +++ b/src/init.c @@ -1669,6 +1669,7 @@ decode_string (const char *val, const struct decode_item *items, int itemcount, void cleanup_html_url (void); +void spider_cleanup (void); /* Free the memory allocated by global variables. */ @@ -1703,6 +1704,7 @@ cleanup (void) res_cleanup (); http_cleanup (); cleanup_html_url (); + spider_cleanup (); host_cleanup (); log_cleanup ();