nir: fix memory leak in nir_cf_list_clone
authorRhys Perry <pendingchaos02@gmail.com>
Thu, 6 Aug 2020 13:17:31 +0000 (14:17 +0100)
committerMarge Bot <eric+marge@anholt.net>
Thu, 20 Aug 2020 10:52:19 +0000 (10:52 +0000)
commit30fca3b2e65c6125c24894ed11b15e09a52b42e6
tree44e48364f6ccf139b38e9e170e2791000a3ba785
parent27ec38d746824046f780efa934d4f25c1c8b32a8
nir: fix memory leak in nir_cf_list_clone

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6206>
src/compiler/nir/nir_clone.c