JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
oops - don't xcb_disconnect() on restart.
authorDavid Hill <dhill@conformal.com>
Wed, 4 Jul 2012 06:15:17 +0000 (02:15 -0400)
committerReginald Kennedy <rk@rejii.com>
Fri, 20 Jul 2012 21:58:30 +0000 (05:58 +0800)
spectrwm.c

index 5ea7095..8bdecf1 100644 (file)
@@ -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");