summaryrefslogtreecommitdiffstats
path: root/hacks/rorschach.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/rorschach.c')
-rw-r--r--hacks/rorschach.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hacks/rorschach.c b/hacks/rorschach.c
index 6b2d7a3..124ac73 100644
--- a/hacks/rorschach.c
+++ b/hacks/rorschach.c
@@ -181,6 +181,7 @@ static void
rorschach_free (Display *dpy, Window window, void *closure)
{
struct state *st = (struct state *) closure;
+ XFreeGC (dpy, st->draw_gc);
free (st);
}