X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=copy.c;h=9afdc255ec6548314d75dc3cbd0d08dcbe336d93;hp=3ce0f2e7518f72afc621f5faec516846615ca3a7;hb=c7ceecd31e97891dd5cf48536d4bddf2c1d7d9dd;hpb=09e1bf15b3c55ca9c44c09d2e91dd251af2da706 diff --git a/copy.c b/copy.c index 3ce0f2e..9afdc25 100644 --- a/copy.c +++ b/copy.c @@ -417,7 +417,7 @@ mutt_copy_header (FILE *in, HEADER *h, FILE *out, int flags, const char *prefix) /* clearing refs from memory */ for (t = refs; refs; refs = t->next, t = refs) - safe_free ((void **)&refs); + FREE(&refs); if (fputc ('\n', out) == EOF) return (-1);