X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=main.c;h=5e7b4a63601f78978402ba04aae566eb4e36de23;hb=15abade2720158fd35dcf59aa2cd5cbb325a849c;hp=985635432dda857dca745bf9d23a3d3c82d0c208;hpb=26157e6973f240a9b5ee407b9d2d5eca9358844f;p=dwm.git diff --git a/main.c b/main.c index 9856354..5e7b4a6 100644 --- a/main.c +++ b/main.c @@ -27,6 +27,7 @@ Bool issel = True; Bool maximized = False; Client *clients = NULL; Client *sel = NULL; +Client *stack = NULL; Cursor cursor[CurLast]; Display *dpy; DC dc = {0}; @@ -55,6 +56,7 @@ cleanup() XDestroyWindow(dpy, barwin); XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime); XSync(dpy, False); + free(seltag); } static void