mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
nak/cmat: free the type mapping hash table.
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:
parent
6b67ca2e8f
commit
96662cd459
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue