summaryrefslogtreecommitdiffstats
path: root/logotool/uncompress.c
diff options
context:
space:
mode:
Diffstat (limited to 'logotool/uncompress.c')
-rw-r--r--logotool/uncompress.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/logotool/uncompress.c b/logotool/uncompress.c
index 7fb8b10..72b1fdd 100644
--- a/logotool/uncompress.c
+++ b/logotool/uncompress.c
@@ -119,5 +119,6 @@ int uncompress_image(char *srcf, char *dstf)
//printf("logotool -w %d -h %d -v %s\n", width, height, dstf);
printf("eval PATH=$PWD:$PATH logotool -w %d -h %d -m %s\n", width, height, dstf);
+ free(dst); free(src);
return 0;
}