From: David Hill Date: Wed, 4 Jul 2012 06:15:17 +0000 (-0400) Subject: oops - don't xcb_disconnect() on restart. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=e18f7c05ed1d3400a9368267ec73b4d1999243db;p=spectrwm.git oops - don't xcb_disconnect() on restart. --- diff --git a/spectrwm.c b/spectrwm.c index 5ea7095..8bdecf1 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -2204,7 +2204,6 @@ restart(struct swm_region *r, union arg *args) bar_extra_stop(); bar_extra = 1; unmap_all(); - xcb_disconnect(conn); XCloseDisplay(display); execvp(start_argv[0], start_argv); warn("execvp failed");