JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
xcb_disconnect into restart
authorDavid Hill <dhill@conformal.com>
Fri, 13 Jul 2012 03:04:41 +0000 (23:04 -0400)
committerReginald Kennedy <rk@rejii.com>
Fri, 20 Jul 2012 21:58:33 +0000 (05:58 +0800)
spectrwm.c

index d550374..546fd57 100644 (file)
@@ -2306,6 +2306,7 @@ restart(struct swm_region *r, union arg *args)
        bar_extra = 1;
        unmap_all();
        xcb_flush(conn);
+       xcb_disconnect(conn);
 
        execvp(start_argv[0], start_argv);
        warn("execvp failed");