about summary refs log tree commit diff stats
diff options
context:
space:
mode:
author2017-02-08 13:54:20 +0100
committer2017-03-28 20:53:33 +0200
commit00c414320256b700752f9352f10563cc2dfa3adf (patch)
tree3b95a00499db4728306b3a3fe82639bbc5f52d48
parentbc236142fa72d2f9d6b5c790d3f3a9a9168a7164 (diff)
downloadtabbed-00c414320256b700752f9352f10563cc2dfa3adf.tar.gz
-rw-r--r--tabbed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tabbed.c b/tabbed.c
index 9a44795..6321575 100644
--- a/tabbed.c
+++ b/tabbed.c
@@ -217,7 +217,6 @@ cleanup(void)
 	for (i = 0; i < nclients; i++) {
 		focus(i);
 		killclient(NULL);
-		killclient(NULL);
 		XReparentWindow(dpy, clients[i]->win, root, 0, 0);
 		unmanage(i);
 	}