changeset 12281:f48b52b9427e

istream-concat: Fixed a memory leak.
author Timo Sirainen <tss@iki.fi>
date Fri, 15 Oct 2010 18:55:52 +0100
parents d2910cd43d1d
children 7a839a028dfa
files src/lib/istream-concat.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/istream-concat.c	Fri Oct 15 18:50:44 2010 +0100
+++ b/src/lib/istream-concat.c	Fri Oct 15 18:55:52 2010 +0100
@@ -31,6 +31,7 @@
 
 	for (i = 0; cstream->input[i] != NULL; i++)
 		i_stream_unref(&cstream->input[i]);
+	i_free(cstream->istream.w_buffer);
 }
 
 static void