--- tabbed.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tabbed.c b/tabbed.c index 283911c..a7f663c 100644 --- a/tabbed.c +++ b/tabbed.c _AT_@ -218,10 +218,11 @@ cleanup(void) focus(i); killclient(NULL); XReparentWindow(dpy, clients[i]->win, root, 0, 0); - unmanage(i); + free(clients[i]); } free(clients); clients = NULL; + XSync(dpy, False); XFreePixmap(dpy, dc.drawable); XFreeGC(dpy, dc.gc); -- 2.26.2Received on Fri Jun 12 2020 - 08:26:46 CEST
This archive was generated by hypermail 2.3.0 : Fri Jun 12 2020 - 08:36:30 CEST