Re: compositor: do not free output region twice in weston_output_set_transform()

2018-03-16 Thread Pekka Paalanen
On Wed, 14 Mar 2018 10:59:52 +0200 Ilia Bozhinov wrote: > This is already done when weston_output_init_geometry() is called. > Actually this is a fix for 8564a0d, because without this patch, the > compositor sometimes crashes when setting output transform > > Signed-off-by: Ilia Bozhinov > ---

compositor: do not free output region twice in weston_output_set_transform()

2018-03-14 Thread Ilia Bozhinov
This is already done when weston_output_init_geometry() is called. Actually this is a fix for 8564a0d, because without this patch, the compositor sometimes crashes when setting output transform Signed-off-by: Ilia Bozhinov --- libweston/compositor.c | 3 --- 1 file changed, 3 deletions(-) diff