]> diplodocus.org Git - nmh/blobdiff - uip/mhfree.c
Add extra argument to add_param() so it can use the passed-in pointers
[nmh] / uip / mhfree.c
index 3f62482e95c0dd8bc0760aed84f3d4b6a610076c..f2726d0fa88b3f46d22f356aa3ed2ae24fb7c99b 100644 (file)
@@ -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;