Re: [Mesa-dev] [PATCH] egl/x11: Fix driver_name acquisition

2015-08-08 Thread Timothy Arceri
On Sat, 2015-08-08 at 17:23 +0800, Boyan Ding wrote: > We don't need to free driverName string from dri2 reply, on the other > hand, the driver name acquired from loader doesn't need duplication. > > This fixes commit 45e110ba > > Cc: Emil Velikov > Reported-by: Timothy Arceri > Signed-off-by:

Re: [Mesa-dev] [PATCH] egl/x11: Fix driver_name acquisition

2015-08-08 Thread Emil Velikov
On 8 August 2015 at 10:23, Boyan Ding wrote: > We don't need to free driverName string from dri2 reply, on the other > hand, the driver name acquired from loader doesn't need duplication. > > This fixes commit 45e110ba > > Cc: Emil Velikov > Reported-by: Timothy Arceri > Signed-off-by: Boyan Din

[Mesa-dev] [PATCH] egl/x11: Fix driver_name acquisition

2015-08-08 Thread Boyan Ding
We don't need to free driverName string from dri2 reply, on the other hand, the driver name acquired from loader doesn't need duplication. This fixes commit 45e110ba Cc: Emil Velikov Reported-by: Timothy Arceri Signed-off-by: Boyan Ding --- src/egl/drivers/dri2/platform_x11.c | 13 ++-