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/pyro.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hacks/pyro.c') diff --git a/hacks/pyro.c b/hacks/pyro.c index 442ea7f..44bd58a 100644 --- a/hacks/pyro.c +++ b/hacks/pyro.c @@ -340,6 +340,10 @@ static void pyro_free (Display *dpy, Window window, void *closure) { struct state *st = (struct state *) closure; + XFreeGC (dpy, st->draw_gc); + XFreeGC (dpy, st->erase_gc); + free (st->projectiles); + free (st->sorted_projectiles); free (st); } -- cgit v1.2.3-55-g7522