aboutsummaryrefslogtreecommitdiffstats
path: root/src/vu-crop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vu-crop.c')
-rw-r--r--src/vu-crop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vu-crop.c b/src/vu-crop.c
index 68b1724..bf5a930 100644
--- a/src/vu-crop.c
+++ b/src/vu-crop.c
@@ -80,5 +80,7 @@ main(int argc, char *argv[])
ewriteall(STDOUT_FILENO, image, m, "<stdout>");
}
+ free(buf);
+ free(image);
return 0;
}