Re: [PATCH 1/3] compositor: Remove a plane from the compositor list when releasing it

2013-07-05 Thread Kristian Høgsberg
On Fri, Jul 05, 2013 at 04:05:26PM +0300, Ander Conselvan de Oliveira wrote: > From: Ander Conselvan de Oliveira > > Weston would crash when hot plugging/unplugging outputs using the DRM > backend due to a corrupted plane list. Hey Ander, thanks for fixing these. All patches look good and the n

[PATCH 1/3] compositor: Remove a plane from the compositor list when releasing it

2013-07-05 Thread Ander Conselvan de Oliveira
From: Ander Conselvan de Oliveira Weston would crash when hot plugging/unplugging outputs using the DRM backend due to a corrupted plane list. https://bugs.freedesktop.org/show_bug.cgi?id=66530 https://bugs.freedesktop.org/show_bug.cgi?id=66529 --- src/compositor.c |6 ++ 1 file changed