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/epicycle.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hacks/epicycle.c') diff --git a/hacks/epicycle.c b/hacks/epicycle.c index 89fab0b..a8a257c 100644 --- a/hacks/epicycle.c +++ b/hacks/epicycle.c @@ -788,6 +788,10 @@ static void epicycle_free (Display *dpy, Window window, void *closure) { struct state *st = (struct state *) closure; + if (st->eraser) eraser_free (st->eraser); + if (st->pb0) delete_body (st->pb0); + XFreeGC (dpy, st->color0); + free (st->colors); free (st); } -- cgit v1.2.3-55-g7522