meta: memory leak of CopyPixels usage
authorSergii Romantsov <sergii.romantsov@globallogic.com>
Mon, 27 May 2019 13:45:35 +0000 (16:45 +0300)
committerSergii Romantsov <sergii.romantsov@globallogic.com>
Tue, 16 Jul 2019 10:48:47 +0000 (13:48 +0300)
commit7417b432113cd5b542f5bb4efd6c2b6120157576
tree1e23477b23ad15910a354420a0b790ae260ec6ec
parentafa102d65bb6df27b3cbbb78355101cdd2e139cf
meta: memory leak of CopyPixels usage

Meta of CopyPixel generates a buffer object
but does not free it on cleanup.

Fixes: 37d11b13ce1d (meta: Don't pollute the buffer object namespace in _mesa_meta_setup_vertex_objects)
Signed-off-by: Sergii Romantsov <sergii.romantsov@globallogic.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/common/meta.c