Re: [PATCH 1/6] compositor: use wl_list_for_each_safe when destroying output

2011-12-19 Thread Kristian Høgsberg
On Mon, Dec 19, 2011 at 5:30 AM, Tiago Vignatti wrote: > From: Tiago Vignatti > > Was causing an invalid read when the output is in fact destroyed. That's only > visible (segfault on my machine) on drm compositor because it's the only > backend trying to finish correct the compositor. Very nice.

[PATCH 1/6] compositor: use wl_list_for_each_safe when destroying output

2011-12-19 Thread Tiago Vignatti
From: Tiago Vignatti Was causing an invalid read when the output is in fact destroyed. That's only visible (segfault on my machine) on drm compositor because it's the only backend trying to finish correct the compositor. Signed-off-by: Tiago Vignatti --- compositor/compositor.c |4 ++-- 1