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

dovecot at dovecot.org dovecot at dovecot.org
Sun Oct 2 16:28:02 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/7f7724f28d78
changeset: 13578:7f7724f28d78
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 5bd6c0fbfef1 -r 7f7724f28d78 src/lib/istream-seekable.c
--- a/src/lib/istream-seekable.c	Sun Oct 02 16:03:10 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