ctors/dtors for BODY's
[apps/madmutt.git] / hcache.c
index 7b0f6d2..a757415 100644 (file)
--- a/hcache.c
+++ b/hcache.c
@@ -504,7 +504,7 @@ HEADER *mutt_hcache_restore (const unsigned char *d, HEADER ** oh)
   h->env = envelope_new();
   restore_envelope (h->env, d, &off);
 
-  h->content = mutt_new_body ();
+  h->content = body_new();
   restore_body (h->content, d, &off);
 
   restore_char (&h->maildir_flags, d, &off);