Hi Simon, On 13 December 2017 at 10:51, emersion <[email protected]> wrote: > Bug [1] reported that wl_display_destroy() doesn't destroy clients, so > client socket file descriptors are being kept open until the compositor > process exits. > > Patch [2] proposed to destroy clients in wl_display_destroy(). The > patch was not accepted because doing so changes the ABI. > > Thus, a new wl_display_destroy_clients() function is added in this > patch. It should be called by compositors right before > wl_display_destroy().
Thanks a lot for this! I've pushed it now with Pekka's review. Cheers, Daniel _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
