10 Mar
2008
10 Mar
'08
3:09 a.m.
On Sun, 2008-03-09 at 21:16 +0100, Diego Liziero wrote:
385 file = mail_transaction_log_file_alloc(log, path);
Here a new mail_transaction_log_file is allocated before getting lost. Maybe I'm wrong, but, isn't here a path where mail_transaction_log_file_free(&file); should be called before returning without losing the memory pointed by file?
Right. Thanks, fixed: http://hg.dovecot.org/dovecot-1.1/rev/e569788da4e8