Re: [PATCH weston 1/1] desktop-shell: detect stale shell surface outputs

2018-05-21 Thread Pekka Paalanen
On Wed, 2 May 2018 11:10:32 +0200 Fabien Lahoudere wrote: > From: Semi Malinen > > When displays are hot (un)plugged, it may happen that > a shell surface is left with a stale pointer to an output > that has already been freed. Add an output destroy listener > to catch such situations and set

[PATCH weston 1/1] desktop-shell: detect stale shell surface outputs

2018-05-02 Thread Fabien Lahoudere
From: Semi Malinen When displays are hot (un)plugged, it may happen that a shell surface is left with a stale pointer to an output that has already been freed. Add an output destroy listener to catch such situations and set the output pointer to NULL. Signed-off-by: Semi Malinen Signed-off-by: