mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 06:40:24 +01:00
freedreno/ir3: Free the compiler at the end of the unit tests.
Needed for meson test with asan enabled. Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7936>
This commit is contained in:
parent
ba8ce62d3c
commit
f6665eb053
1 changed files with 2 additions and 0 deletions
|
|
@ -218,5 +218,7 @@ main(int argc, char **argv)
|
|||
ir3_shader_destroy(shader);
|
||||
}
|
||||
|
||||
ir3_compiler_destroy(c);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue