JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
small fix
[dwm.git] / main.c
diff --git a/main.c b/main.c
index 9856354..daeaa0a 100644 (file)
--- 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