diff options
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |