diff options
Diffstat (limited to 'hacks/anemotaxis.c')
-rw-r--r-- | hacks/anemotaxis.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hacks/anemotaxis.c b/hacks/anemotaxis.c index 9f240e8..04c12e3 100644 --- a/hacks/anemotaxis.c +++ b/hacks/anemotaxis.c @@ -722,6 +722,9 @@ anemotaxis_free (Display *dpy, Window window, void *closure) if (st->searcher[i]) destroy_searcher (st->searcher[i]); free (st->searcher); } + XFreeGC (dpy, st->gcDraw); + XFreeGC (dpy, st->gcClear); + free (st->colors); free (st); } |