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
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