Hi,

Forwarded from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=294656

I've done some digging in the code, looking for things that might log
mallocs, and found this in imapenhancedidle() in imap/imapd.c:1387:

if ((w=maildirwatch_alloc(current_mailbox)) == NULL)
{
                perror("malloc");
                return (-1);
}

Could this be fixed?

Greetings,

Olaf

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to