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/fluidballs.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'hacks/fluidballs.c') diff --git a/hacks/fluidballs.c b/hacks/fluidballs.c index 9273082..533ee2d 100644 --- a/hacks/fluidballs.c +++ b/hacks/fluidballs.c @@ -800,6 +800,17 @@ static void fluidballs_free (Display *dpy, Window window, void *closure) { b_state *state = (b_state *) closure; + XFreeGC (dpy, state->draw_gc); + XFreeGC (dpy, state->draw_gc2); + XFreeGC (dpy, state->erase_gc); + free (state->m); + free (state->r); + free (state->vx); + free (state->vy); + free (state->px); + free (state->py); + free (state->opx); + free (state->opy); free (state); } -- cgit v1.2.3-55-g7522