aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index f2d341b..f8ba7ac 100644
--- a/main.c
+++ b/main.c
@@ -118,6 +118,7 @@ render(struct output *output)
0, 0, 0, 0, 0, 0, width * scale, height * scale);
if (is_svg) {
+ free(pixman_image_get_data(src));
pixman_image_unref(src);
}