X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=attach.c;h=88272b9683e3caab2c0492162799cc26df5d728d;hb=0dbe922d4298aed78dcba64b7c770f315a64505e;hp=5e43321884e0b1657d128fad43c16b07f4848d30;hpb=49081299c673ceebc38d9a4f0985608cb3aecfce;p=apps%2Fmadmutt.git diff --git a/attach.c b/attach.c index 5e43321..88272b9 100644 --- a/attach.c +++ b/attach.c @@ -175,7 +175,7 @@ int mutt_compose_attachment (BODY * a) goto bailout; } - mutt_free_body (&b); + body_list_wipe(&b); } } }