9 Apr
2006
9 Apr
'06
1:12 p.m.
On Fri, 2006-04-07 at 14:10 -0400, David Powers wrote:
mail1 dovecot: imap(smith@willcapmanagement.com): Timeout leak: 0x807fad0
Can anyone give me a heads up on what might cause the above message? I am working on polishing a plugin and it continues to throw this error with no seeming consequences.
gdb /usr/local/libexec/dovecot/imap x 0x807fad0
That shows the function name where timeout_add() was added. It means that timeout_remove() wasn't called for it. I'm guessing you're just not calling mailbox_close() or some other deinitialization function.