dovecot-1.1: Memory leak fix by Diego Liziero

dovecot at dovecot.org dovecot at dovecot.org
Tue Apr 1 11:30:59 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/9d694f41a699
changeset: 7444:9d694f41a699
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Apr 01 11:30:56 2008 +0300
description:
Memory leak fix by Diego Liziero

diffstat:

1 file changed, 1 insertion(+)
src/imap/imap-sync.c |    1 +

diffs (11 lines):

diff -r 00d3b46f61e6 -r 9d694f41a699 src/imap/imap-sync.c
--- a/src/imap/imap-sync.c	Sun Mar 30 20:45:50 2008 +0300
+++ b/src/imap/imap-sync.c	Tue Apr 01 11:30:56 2008 +0300
@@ -71,6 +71,7 @@ int imap_sync_deinit(struct imap_sync_co
 				STATUS_MESSAGES | STATUS_RECENT, &status) < 0 ||
 	    ctx->failed) {
 		mailbox_transaction_rollback(&ctx->t);
+		array_free(&ctx->tmp_keywords);
 		i_free(ctx);
 		return -1;
 	}


More information about the dovecot-cvs mailing list