summaryrefslogtreecommitdiffstats
path: root/hacks/anemone.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/anemone.c')
-rw-r--r--hacks/anemone.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hacks/anemone.c b/hacks/anemone.c
index deedb27..f0ea5e8 100644
--- a/hacks/anemone.c
+++ b/hacks/anemone.c
@@ -409,6 +409,9 @@ anemone_free (Display *dpy, Window window, void *closure)
struct state *st = (struct state *) closure;
if (st->vPendage) free (st->vPendage);
if (st->appD) free (st->appD);
+ XFreeGC (dpy, st->gcDraw);
+ XFreeGC (dpy, st->gcClear);
+ free (st->colors);
free (st);
}