X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9dc534e5b5cb8489e1918820284fdccadc6b13a5..592b3e1bc2a812515c5e2d01f087ec0aa2d4e8e4:/uip/mhfree.c?ds=sidebyside diff --git a/uip/mhfree.c b/uip/mhfree.c index 3f62482e..f2726d0f 100644 --- a/uip/mhfree.c +++ b/uip/mhfree.c @@ -104,6 +104,8 @@ free_content (CT ct) free (ct->c_descr); if (ct->c_dispo) free (ct->c_dispo); + if (ct->c_dispo_type) + free (ct->c_dispo_type); free_pmlist (ct->c_dispo_first); if (ct->c_file) { @@ -152,7 +154,6 @@ free_header (CT ct) void free_ctinfo (CT ct) { - char **ap; CI ci; ci = &ct->c_ctinfo;