aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.c')
-rw-r--r--src/stream.c2
1 files changed, 0 insertions, 2 deletions
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);
}