dovecot: Memory leak fix

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 5 21:48:58 EET 2007


details:   http://hg.dovecot.org/dovecot/rev/0adff60c543b
changeset: 6697:0adff60c543b
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 05 21:48:45 2007 +0200
description:
Memory leak fix

diffstat:

1 file changed, 1 insertion(+)
src/lib/istream-crlf.c |    1 +

diffs (11 lines):

diff -r 68adf46a6b3f -r 0adff60c543b src/lib/istream-crlf.c
--- a/src/lib/istream-crlf.c	Mon Nov 05 21:38:20 2007 +0200
+++ b/src/lib/istream-crlf.c	Mon Nov 05 21:48:45 2007 +0200
@@ -16,6 +16,7 @@ static void i_stream_crlf_destroy(struct
 {
 	struct crlf_istream *cstream = (struct crlf_istream *)stream;
 
+	i_free(cstream->istream.w_buffer);
 	i_stream_unref(&cstream->input);
 }
 


More information about the dovecot-cvs mailing list