]> git.marmaro.de Git - mmh/blobdiff - uip/mhfree.c
make 'spost' handling of "masquerade:" line of mts.conf containing
[mmh] / uip / mhfree.c
index aef86cd84ac42f5c0ad582618de2a19080553aa6..c43c5e92421e4210b93602abd778b18ca5f9c770 100644 (file)
@@ -4,6 +4,10 @@
  *          -- represent MIME messages
  *
  * $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.
  */
 
 #include <h/mh.h>
@@ -267,6 +271,7 @@ free_encoding (CT ct, int toplevel)
        if (ce->ce_unlink)
            unlink (ce->ce_file);
        free (ce->ce_file);
+       ce->ce_file = NULL;
     }
 
     if (toplevel) {