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/popsquares.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hacks/popsquares.c') diff --git a/hacks/popsquares.c b/hacks/popsquares.c index 3b83fd7..4fc16a7 100644 --- a/hacks/popsquares.c +++ b/hacks/popsquares.c @@ -265,6 +265,9 @@ static void popsquares_free (Display *dpy, Window window, void *closure) { struct state *st = (struct state *) closure; + XFreeGC (dpy, st->gc); + free (st->colors); + free (st->squares); free (st); } -- cgit v1.2.3-55-g7522