X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=browser.c;h=69f95daff747f73f44dfeecc443de678b028d170;hp=7fc03354345e57dfd13b5c164d6eccbf7e6c8b1f;hb=a742b680bdba8cb47d2b81ab3397cdbec7ed5b69;hpb=c01e17f6b99066ca30931a082ea855656174619b diff --git a/browser.c b/browser.c index 7fc0335..69f95da 100644 --- a/browser.c +++ b/browser.c @@ -1339,7 +1339,7 @@ void _mutt_select_file (char *f, ssize_t flen, int flags, char ***files, b = mutt_make_file_attach (nbuf); if (b != NULL) { mutt_view_attachment (NULL, b, M_REGULAR, NULL, NULL, 0); - mutt_free_body (&b); + body_list_wipe(&b); menu->redraw = REDRAW_FULL; } else