Re: [PATCH weston v2 2/7] libweston: Make weston_pointer destruction safe

2018-02-13 Thread Pekka Paalanen
On Thu, 8 Feb 2018 15:37:53 +0200 Alexandros Frantzis wrote: > Properly clean up all sub-objects (e.g., weston_pointer_client objects) > when a weston_pointer object is destroyed. The clean-up ensures that the > server is able to safely handle client requests to any associated > pointer resource

[PATCH weston v2 2/7] libweston: Make weston_pointer destruction safe

2018-02-08 Thread Alexandros Frantzis
Properly clean up all sub-objects (e.g., weston_pointer_client objects) when a weston_pointer object is destroyed. The clean-up ensures that the server is able to safely handle client requests to any associated pointer resources, which, as a consenquence of a weston_pointer destruction, have now be