bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] [imap4d] r/o file in $HOME


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] [imap4d] r/o file in $HOME
Date: Fri, 26 Sep 2003 22:51:34 +0300

Linus Nordberg <address@hidden> wrote:

>   imap4d in free(): warning: chunk is already free
>   imap4d in free(): warning: chunk is already free

Please try the following patch:

Index: mailbox/locker.c
===================================================================
RCS file: /cvsroot/mailutils/mailutils/mailbox/locker.c,v
retrieving revision 1.23
diff -p -u -r1.23 locker.c
--- mailbox/locker.c    9 Feb 2003 20:39:58 -0000       1.23
+++ mailbox/locker.c    26 Sep 2003 19:46:39 -0000
@@ -182,7 +182,9 @@ _locker_destroy_private (locker_t locker
       else
        {
          free (locker->data.dot.dotlock);
+         locker->data.dot.dotlock = NULL;
          free (locker->data.dot.nfslock);
+         locker->data.dot.nfslock = NULL;
        }
     }
 }


Does it fix this?

Regards,
Sergey 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]