Re: [Mesa-dev] [PATCH 1/9] egl/wayland: properly destroy wayland objects

2015-05-08 Thread Emil Velikov
On 2 May 2015 at 11:15, Axel Davy wrote: > the wl_registry and the wl_queue allocated weren't destroyed. > Would this have any affect other than leaking memory ? If so can you please add the mesa-stable tag (prior to pushing). Thanks Emil ___ mesa-dev m

Re: [Mesa-dev] [PATCH 1/9] egl/wayland: properly destroy wayland objects

2015-05-05 Thread Dave Airlie
On 2 May 2015 at 20:15, Axel Davy wrote: > the wl_registry and the wl_queue allocated weren't destroyed. > > Signed-off-by: Axel Davy Reviewed-by: Dave Airlie > --- > src/egl/drivers/dri2/egl_dri2.c | 2 ++ > src/egl/drivers/dri2/platform_wayland.c | 5 - > 2 files changed, 6 inse

[Mesa-dev] [PATCH 1/9] egl/wayland: properly destroy wayland objects

2015-05-02 Thread Axel Davy
the wl_registry and the wl_queue allocated weren't destroyed. Signed-off-by: Axel Davy --- src/egl/drivers/dri2/egl_dri2.c | 2 ++ src/egl/drivers/dri2/platform_wayland.c | 5 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/dr