vbo/dlist: free copied.buffer if no vertices were copied
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Mon, 4 Oct 2021 09:18:47 +0000 (11:18 +0200)
committerPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Thu, 4 Nov 2021 12:59:00 +0000 (13:59 +0100)
commit9b09655a587f03b4096df0a4314e98a267816cfa
tree28fd6f554d5ceab1c8b5a9756d4ed6ed4924374f
parent118f2952b621ac56bb681b644d73882ecabc4614
vbo/dlist: free copied.buffer if no vertices were copied

Other parts of the code asserts that copied.buffer is NULL if there are
no vertices to copy.

Cc: mesa-stable
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13246>
src/mesa/vbo/vbo_save_api.c