]> granicus.if.org Git - mutt/commitdiff
Do not free statically-allocated buffy buffer.
authorAntonio Radici <antonio@dyne.org>
Wed, 17 Jun 2009 23:19:50 +0000 (16:19 -0700)
committerAntonio Radici <antonio@dyne.org>
Wed, 17 Jun 2009 23:19:50 +0000 (16:19 -0700)
Unbreaks unmailboxes, closes #3273.

buffy.c

diff --git a/buffy.c b/buffy.c
index 40c229ec611e39817dac2b0eb5cac1a99a5a08ba..cd460e019f2ad51f1b2a8d024dde02c53d81fbfe 100644 (file)
--- a/buffy.c
+++ b/buffy.c
@@ -236,7 +236,6 @@ int mutt_parse_mailboxes (BUFFER *path, BUFFER *s, unsigned long data, BUFFER *e
     {
       if(*tmp)
       {
-        FREE (&((*tmp)->path));
         tmp1=(*tmp)->next;
         FREE (tmp);            /* __FREE_CHECKED__ */
         *tmp=tmp1;