Re: [PATCH] server: add wl_display_destroy_clients

2017-12-13 Thread Pekka Paalanen
On Mon, 11 Dec 2017 22:56:32 +0100 emersion wrote: > wl_display_destroy doesn't destroy clients, so client socket file > descriptors are being kept open until the compositor process exits. > > To maintain ABI compatibility, we cannot destroy clients in > wl_display_destroy. Thus, a new wl_displa

[PATCH] server: add wl_display_destroy_clients

2017-12-11 Thread emersion
wl_display_destroy doesn't destroy clients, so client socket file descriptors are being kept open until the compositor process exits. To maintain ABI compatibility, we cannot destroy clients in wl_display_destroy. Thus, a new wl_display_destroy_clients functions is added and should be called by