ctors/dtors for BODY's
[apps/madmutt.git] / commands.c
index d276022..b521342 100644 (file)
@@ -893,7 +893,7 @@ void mutt_edit_content_type (HEADER * h, BODY * b, FILE * fp)
   b->force_charset |= charset_changed ? 1 : 0;
 
   if (!is_multipart(b) && b->parts)
-    mutt_free_body (&b->parts);
+    body_list_wipe(&b->parts);
   if (!mutt_is_message_type (b->type, b->subtype) && b->hdr) {
     b->hdr->content = NULL;
     header_delete(&b->hdr);