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/helix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hacks/helix.c') diff --git a/hacks/helix.c b/hacks/helix.c index 0fdaa90..7c1051c 100644 --- a/hacks/helix.c +++ b/hacks/helix.c @@ -330,6 +330,7 @@ static void helix_free (Display *dpy, Window window, void *closure) { struct state *st = (struct state *) closure; + XFreeGC (dpy, st->draw_gc); free (st); } -- cgit v1.2.3-55-g7522