]>
git.marmaro.de Git - mmh/blobdiff - uip/mhfree.c
#include <h/mime.h>
#include <h/mhparse.h>
-extern int errno;
-
/*
* prototypes
*/
free (ct->c_id);
if (ct->c_descr)
free (ct->c_descr);
+ if (ct->c_dispo)
+ free (ct->c_dispo);
if (ct->c_file) {
if (ct->c_unlink)