mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
amd: Fix leak in ac_surface_modifier_test.
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
26198e875a
commit
6f52386544
1 changed files with 2 additions and 0 deletions
|
|
@ -565,5 +565,7 @@ int main()
|
|||
}
|
||||
assert(!mismatched_duplicates);
|
||||
|
||||
u_vector_finish(&test_entries);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue