dovecot-2.2: istream-chain: Fixed memory leak.
dovecot at dovecot.org
dovecot at dovecot.org
Thu Apr 4 21:23:53 EEST 2013
details: http://hg.dovecot.org/dovecot-2.2/rev/a4dae80c419f
changeset: 16171:a4dae80c419f
user: Timo Sirainen <tss at iki.fi>
date: Thu Apr 04 21:23:49 2013 +0300
description:
istream-chain: Fixed memory leak.
diffstat:
src/lib/istream-chain.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 3c84909de2e2 -r a4dae80c419f src/lib/istream-chain.c
--- a/src/lib/istream-chain.c Thu Apr 04 21:18:59 2013 +0300
+++ b/src/lib/istream-chain.c Thu Apr 04 21:23:49 2013 +0300
@@ -94,6 +94,7 @@
i_free(link);
link = next;
}
+ i_free(cstream->istream.w_buffer);
}
static void i_stream_chain_read_next(struct chain_istream *cstream)
More information about the dovecot-cvs
mailing list