]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
istream-seekable: Memory leak fix.
authorTimo Sirainen <tss@iki.fi>
Sun, 2 Oct 2011 13:32:59 +0000 (16:32 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 2 Oct 2011 13:32:59 +0000 (16:32 +0300)
src/lib/istream-seekable.c

index b1826c4dd295e4811da7d5dd2a73b27fa0687808..d10368b0b9191954ee11cd59c814429c9b9f2b29 100644 (file)
@@ -54,6 +54,7 @@ static void i_stream_seekable_destroy(struct iostream_private *stream)
                i_stream_unref(&sstream->input[i]);
 
        i_free(sstream->temp_path);
+       i_free(sstream->input);
 }
 
 static void