nak/cmat: free the type mapping hash table.
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Just noticed this on review.

Cc: mesa-stable
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38843>
This commit is contained in:
Dave Airlie 2025-12-08 07:51:49 +10:00
parent 6b67ca2e8f
commit 96662cd459

View file

@ -1104,5 +1104,6 @@ nak_nir_lower_cmat(nir_shader *nir, const struct nak_compiler *nak)
progress = true; progress = true;
} }
_mesa_hash_table_destroy(type_mapping, NULL);
return progress; return progress;
} }