summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-06 04:03:21 -0400
committerAnselm R. Garbe <arg@10kloc.org>2006-09-06 04:03:21 -0400
commitf18ed615ae7beb9eb6420510c83beb847d875bcb (patch)
tree302e350412ee2d1b7a4abc1c4126e3de3df0864c /main.c
parentmade args mode symbols the default ones (the default ones look too ugly) (diff)
downloaddwm-f18ed615ae7beb9eb6420510c83beb847d875bcb.tar.gz
dwm-f18ed615ae7beb9eb6420510c83beb847d875bcb.tar.bz2
dwm-f18ed615ae7beb9eb6420510c83beb847d875bcb.zip
small fix
Diffstat (limited to '')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 9856354..daeaa0a 100644
--- a/main.c
+++ b/main.c
@@ -55,6 +55,7 @@ cleanup()
XDestroyWindow(dpy, barwin);
XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
XSync(dpy, False);
+ free(seltag);
}
static void