mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
panfrost: free spill cost table in mir_spill_register
Signed-off-by: Urja Rannikko <urjaman@gmail.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
12e393bacf
commit
d07ed0c9c9
1 changed files with 2 additions and 0 deletions
|
|
@ -1392,6 +1392,8 @@ static void mir_spill_register(
|
|||
mir_foreach_instr_global(ctx, ins) {
|
||||
ins->hint = false;
|
||||
}
|
||||
|
||||
free(cost);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue