From fa7e99e3d8a78805e9acfb327786307d91c20104 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Fri, 15 Jul 2011 00:52:21 +0200 Subject: test: free image Reduces the noise in valgrind output. --- test/test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/test.c b/test/test.c index 432a44f..d6cd9b8 100644 --- a/test/test.c +++ b/test/test.c @@ -194,6 +194,8 @@ int main(int argc, char *argv[]) ass_library_done(ass_library); write_png(imgfile, frame); + free(frame->buffer); + free(frame); return 0; } -- cgit v1.2.3