dovecot-2.0: istream-seekable: Memory leak fix.

dovecot at dovecot.org dovecot at dovecot.org
Sun Oct 2 16:25:00 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/dd6460d046e7
changeset: 12944:dd6460d046e7
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 02 16:32:59 2011 +0300
description:
istream-seekable: Memory leak fix.

diffstat:

 src/lib/istream-seekable.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r e5d4f165e50c -r dd6460d046e7 src/lib/istream-seekable.c
--- a/src/lib/istream-seekable.c	Sat Oct 01 17:05:58 2011 +0300
+++ b/src/lib/istream-seekable.c	Sun Oct 02 16:32:59 2011 +0300
@@ -54,6 +54,7 @@
 		i_stream_unref(&sstream->input[i]);
 
 	i_free(sstream->temp_path);
+	i_free(sstream->input);
 }
 
 static void


More information about the dovecot-cvs mailing list