]> diplodocus.org Git - nmh/blobdiff - uip/fmtdump.c
Removed call to fpurge() and its platform-specific emulations
[nmh] / uip / fmtdump.c
index eb5608e344e470fb20675035a22728bf0afd3047..2ec0a8069bf8f0adca791229fe13e42e6ae0f339 100644 (file)
@@ -104,7 +104,7 @@ main (int argc, char **argv)
 
     fmt_dump(fmt);
 
-    fmt_free(fmt);
+    fmt_free(fmt, 1);
 
     done(0);
     return 1;