X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhfree.c;h=9d064ba1c2902d4761c3033955de2cd575afe2a1;hp=aef86cd84ac42f5c0ad582618de2a19080553aa6;hb=389877bae1fe1a9f7259b8979f6a930744d90fab;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/mhfree.c b/uip/mhfree.c index aef86cd..9d064ba 100644 --- a/uip/mhfree.c +++ b/uip/mhfree.c @@ -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 @@ -11,8 +15,6 @@ #include #include -extern int errno; - /* * prototypes */ @@ -267,6 +269,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) {