mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 10:20:09 +01:00
nir/lower_io_to_temporaries: Fix hash table leak
Fixes: c45f5db527 ("nir/lower_io_to_temporaries: Handle interpolation intrinsics")
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
64cd972ffb
commit
86968327df
1 changed files with 2 additions and 0 deletions
|
|
@ -364,4 +364,6 @@ nir_lower_io_to_temporaries(nir_shader *shader, nir_function_impl *entrypoint,
|
|||
exec_list_append(&shader->globals, &state.old_outputs);
|
||||
|
||||
nir_fixup_deref_modes(shader);
|
||||
|
||||
_mesa_hash_table_destroy(state.input_map, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue