nv50,nvc0: make sure to destroy the mutex used for blits

Graphics / Mesa 3D Graphics Library / Mesa - Samuel Pitoiset [gmail.com] - 8 March 2016 14:24 UTC

This mutex is initialized when the blitter is created, but it is never destroyed. This doesn't hurt anything but it makes sense to destroy it at blitter deletion.

752769e nv50,nvc0: make sure to destroy the mutex used for blits
src/gallium/drivers/nouveau/nv50/nv50_surface.c | 1 +
src/gallium/drivers/nouveau/nvc0/nvc0_surface.c | 1 +
2 files changed, 2 insertions(+)

Upstream: cgit.freedesktop.org


  • Share