X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt.c;h=9d175d9bd22f38af6242cbf4d1070fe7f8a8ca0b;hp=2f20bc1fa9c09f6f00fc310b80eeaeee2e9555da;hb=ba5e3af4ea19e1d20c80941c077039871ec84258;hpb=a8477ebaa09990b3688164cbe5cf661c4189541d diff --git a/crypt.c b/crypt.c index 2f20bc1..9d175d9 100644 --- a/crypt.c +++ b/crypt.c @@ -705,7 +705,7 @@ static void crypt_fetch_signatures (BODY *** signatures, BODY * a, int *n) crypt_fetch_signatures (signatures, a->parts, n); else { if ((*n % 5) == 0) - safe_realloc (signatures, (*n + 6) * sizeof (BODY **)); + mem_realloc (signatures, (*n + 6) * sizeof (BODY **)); (*signatures)[(*n)++] = a; } @@ -825,7 +825,7 @@ void mutt_signed_handler (BODY * a, STATE * s) state_attach_puts (_("[-- The following data is signed --]\n\n"), s); - FREE (&signatures); + mem_free (&signatures); } else state_attach_puts (_("[-- Warning: Can't find any signatures. --]\n\n"),