dovecot-2.2: replicator: Memory leak fix for previous commit

dovecot at dovecot.org dovecot at dovecot.org
Sat Nov 23 21:13:35 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/faf8af1b375d
changeset: 17017:faf8af1b375d
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Nov 23 21:13:26 2013 +0200
description:
replicator: Memory leak fix for previous commit

diffstat:

 src/replication/replicator/dsync-client.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 556e654cc9a0 -r faf8af1b375d src/replication/replicator/dsync-client.c
--- a/src/replication/replicator/dsync-client.c	Sat Nov 23 21:12:39 2013 +0200
+++ b/src/replication/replicator/dsync-client.c	Sat Nov 23 21:13:26 2013 +0200
@@ -95,6 +95,7 @@
 	*_client = NULL;
 
 	dsync_disconnect(client);
+	i_free(client->dsync_params);
 	i_free(client->path);
 	i_free(client);
 }


More information about the dovecot-cvs mailing list