summaryrefslogtreecommitdiffstats
path: root/hacks/helix.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/helix.c')
-rw-r--r--hacks/helix.c1
1 files changed, 1 insertions, 0 deletions
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);
}