From: Brendan Cully Date: Mon, 11 Dec 2006 02:13:51 +0000 (+0000) Subject: Quiet check_sec.sh. X-Git-Tag: mutt-1-5-14-rel~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2337e37626622bc97090b18751ec359effe2eda;p=mutt Quiet check_sec.sh. --- diff --git a/menu.c b/menu.c index e9ac6fcc..21449ab9 100644 --- a/menu.c +++ b/menu.c @@ -162,7 +162,7 @@ void menu_pad_string (char *s, size_t n) mutt_format_string (s, n, cols, cols, 0, ' ', scratch, strlen (scratch), 1); s[n - 1] = 0; - safe_free (&scratch); + FREE (&scratch); } void menu_redraw_full (MUTTMENU *menu)