about summary refs log tree commit diff stats
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-06 10:03:21 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-06 10:03:21 +0200
commitf18ed615ae7beb9eb6420510c83beb847d875bcb (patch)
tree302e350412ee2d1b7a4abc1c4126e3de3df0864c /main.c
parentf6656fffb4e0c6a9a59e2669da4f7bebda19f08e (diff)
downloaddwm-f18ed615ae7beb9eb6420510c83beb847d875bcb.tar.gz
small fix
Diffstat (limited to 'main.c')
-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