Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Added tag 1.4 for changeset 3cff9403766bf83a9fc2a0aef230115d68de2a8e
[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);
XDestroyWindow(dpy, barwin);
XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
XSync(dpy, False);
+ free(seltag);
}
static void
}
static void