From ae69a754244c4e475c8d2591772ca8e005071d83 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 18 Feb 2019 11:55:41 +0100 Subject: Update to 5.42 --- hacks/tessellimage.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hacks/tessellimage.c') 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); } -- cgit v1.2.3-55-g7522