]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_new.c
Migrated the oauth tests to start_test()/finish_test() so that
[nmh] / sbr / fmt_new.c
index c1bc7c730e83edfccf4462ba2094ea50d3af89fb..9ee8956151113c60dc662c7d1069a0e715af3902 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * fmt_new.c -- read format file/string and normalize
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -60,6 +58,13 @@ new_fs (char *form, char *format, char *default_fs)
 }
 
 
+void
+free_fs (){
+    free (formats);
+    formats = 0;
+}
+
+
 /*
  * Expand escapes in format strings
  */