]> sjero.net Git - wget/blobdiff - src/main.c
[svn] Committed memory debugging stuff.
[wget] / src / main.c
index 1af9ba1bb9f16abd473f64027c4646970aac6356..dfc922df35b802c38bece1826a68df44e09b7d5f 100644 (file)
@@ -809,6 +809,9 @@ Can't timestamp and not clobber old files at the same time.\n"));
     }
   log_close ();
   cleanup ();
+#ifdef DEBUG_MALLOC
+  print_malloc_debug_stats ();
+#endif
   if (status == RETROK)
     return 0;
   else