From 99be43e366b5c4d9dbaeaad9d885ff6d7f3aec4d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 20 Jan 2017 00:34:09 +0100 Subject: Fix and improve blind-gauss-blur, and fix new bug in blind-from-image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/stream.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stream.c') diff --git a/src/stream.c b/src/stream.c index 2ad30ed..04dd516 100644 --- a/src/stream.c +++ b/src/stream.c @@ -356,7 +356,5 @@ nprocess_each_frame_two_streams(int status, struct stream *left, struct stream * enwriteall(status, output_fd, image, lframe_size, output_fname); } - free(lbuf); - free(rbuf); munmap(image, 2 * lframe_size + rframe_size); } -- cgit v1.2.3-70-g09d2