X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb_conn.c;h=725502af61439903f0129093fe23a6b9e9011b2a;hb=31b57676e8d7ab6048dbfb145187833fac5e478c;hp=f79de334f1888fca1317142d8f9fa9600473aa71;hpb=769acff0da8b9859ebdf052dce80045465c7598c;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcb_conn.c b/src/xcb_conn.c index f79de33..725502a 100644 --- a/src/xcb_conn.c +++ b/src/xcb_conn.c @@ -315,6 +315,10 @@ void xcb_disconnect(xcb_connection_t *c) _xcb_xid_destroy(c); free(c); + +#ifdef _WIN32 + WSACleanup(); +#endif } /* Private interface */