X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhfree.c;h=abaeb2bd8ffe242d636628c38fd4ed99e641e91f;hp=c43c5e92421e4210b93602abd778b18ca5f9c770;hb=d2da15ecabb03fb2de72863abdf5f21e52fdf329;hpb=028324109b0e90a18d0b38c6c45a603a6c8732b5 diff --git a/uip/mhfree.c b/uip/mhfree.c index c43c5e9..abaeb2b 100644 --- a/uip/mhfree.c +++ b/uip/mhfree.c @@ -15,8 +15,6 @@ #include #include -extern int errno; - /* * prototypes */ @@ -103,6 +101,8 @@ free_content (CT ct) 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)