nvk: fix mem leaks
authorThomas H.P. Andersen <phomes@gmail.com>
Wed, 7 Sep 2022 21:05:13 +0000 (23:05 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 4 Aug 2023 21:31:58 +0000 (21:31 +0000)
commitadb71cace77eb27300eb38018e08d4a6195b9136
tree7f12a5f152ea195001092d41a6270b63547b8f6b
parentc9f0ec90fc8095e143dcc3f1652038233678ef6a
nvk: fix mem leaks

device would leak in various situations.
Separate out lables were needed in the earlier
versions of this function but now we can just
use a single label

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
src/nouveau/winsys/nouveau_device.c