summaryrefslogtreecommitdiffstats
path: root/recvattach.c
diff options
context:
space:
mode:
Diffstat (limited to 'recvattach.c')
-rw-r--r--recvattach.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/recvattach.c b/recvattach.c
index 4ec18eb5..0474f62e 100644
--- a/recvattach.c
+++ b/recvattach.c
@@ -1150,12 +1150,12 @@ void mutt_view_attachments (HEADER *hdr)
continue;
if (idx[idxmax]->content && idx[idxmax]->content->deleted)
hdr->attach_del = 1;
- safe_free ((void **) &idx[idxmax]->tree);
- safe_free ((void **) &idx[idxmax]);
+ FREE (&idx[idxmax]->tree);
+ FREE (&idx[idxmax]);
}
if (hdr->attach_del)
hdr->changed = 1;
- safe_free ((void **) &idx);
+ FREE (&idx);
idxmax = 0;