X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Finit.c;h=8d586b172db999bd4f0d3fe0222f4f152dd09fed;hp=3673d20829b5d74568d88aab3c5e87ba502409e5;hb=95c647eb443b51e1ee7127be076d033dd34d4ed5;hpb=12ffc87ca78d3bd8db6a291845604f7c88c1087e diff --git a/src/init.c b/src/init.c index 3673d208..8d586b17 100644 --- a/src/init.c +++ b/src/init.c @@ -62,7 +62,6 @@ so, delete this exception statement from your version. */ #include "utils.h" #include "init.h" #include "host.h" -#include "recur.h" #include "netrc.h" #include "cookies.h" /* for cookie_jar_delete */ #include "progress.h" @@ -1279,7 +1278,7 @@ cleanup (void) memory which grows with the size of the program. */ #ifdef DEBUG_MALLOC - recursive_cleanup (); + convert_cleanup (); res_cleanup (); http_cleanup (); cleanup_html_url ();