summaryrefslogtreecommitdiffstats
path: root/logotool/uncompress.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2013-01-14 19:30:10 +0100
committerPali Rohár <pali.rohar@gmail.com>2013-01-14 19:30:10 +0100
commita6ec475a92ebfb9ab42685cb63b42a39656705ab (patch)
treee18051a5a7514511a72a52cb6dc57965c1b21d28 /logotool/uncompress.c
parent783222ed007f93d16bfb224df3d10ddb47bf4a74 (diff)
parenta6ef73359c0e0537ebf83795ebacbbfaee2c9c28 (diff)
download0xFFFF-a6ec475a92ebfb9ab42685cb63b42a39656705ab.tar.bz2
Merge branch 'pvc' into legacylegacy
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;
}