]> sjero.net Git - wget/blobdiff - src/init.c
[svn] Split off non-URL related stuff from url.c to convert.c.
[wget] / src / init.c
index 3673d20829b5d74568d88aab3c5e87ba502409e5..8d586b172db999bd4f0d3fe0222f4f152dd09fed 100644 (file)
@@ -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 ();