summaryrefslogtreecommitdiffstats
path: root/hacks/tessellimage.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/tessellimage.c')
-rw-r--r--hacks/tessellimage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hacks/tessellimage.c b/hacks/tessellimage.c
index b9a8bd9..40c5b94 100644
--- a/hacks/tessellimage.c
+++ b/hacks/tessellimage.c
@@ -300,6 +300,7 @@ analyze (struct state *st)
progname, s);
exit (1);
}
+ if (s) free (s);
}
flush_cache (st);
@@ -966,6 +967,7 @@ tessellimage_free (Display *dpy, Window window, void *closure)
if (st->image) XFreePixmap (dpy, st->image);
if (st->output) XFreePixmap (dpy, st->output);
if (st->delta) XDestroyImage (st->delta);
+ if (st->img) XDestroyImage (st->img);
free (st);
}