Re: [Mesa-dev] [PATCH 3/5] radeon: use _mesa_delete_buffer_object

2016-01-07 Thread Nicolai Hähnle
On 07.01.2016 16:58, Ian Romanick wrote: On 01/05/2016 06:53 PM, Nicolai Hähnle wrote: From: Nicolai Hähnle This is more future-proof, plugs the memory leak of Label and properly destroys the buffer mutex. --- src/mesa/drivers/dri/radeon/radeon_buffer_objects.c | 2

Re: [Mesa-dev] [PATCH 3/5] radeon: use _mesa_delete_buffer_object

2016-01-07 Thread Ian Romanick
On 01/05/2016 06:53 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > This is more future-proof, plugs the memory leak of Label and properly > destroys the buffer mutex. > --- > src/mesa/drivers/dri/radeon/radeon_buffer_objects.c | 2 +- > 1 file changed, 1

[Mesa-dev] [PATCH 3/5] radeon: use _mesa_delete_buffer_object

2016-01-05 Thread Nicolai Hähnle
From: Nicolai Hähnle This is more future-proof, plugs the memory leak of Label and properly destroys the buffer mutex. --- src/mesa/drivers/dri/radeon/radeon_buffer_objects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git