mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
panvk: do not leak bindings
There were nothing here cleaning this up. CID: 1596490 Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28856>
This commit is contained in:
parent
8fd171b02d
commit
5df20cac22
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ panvk_per_arch(GetDescriptorSetLayoutSupport)(
|
|||
unreachable("Invalid descriptor type");
|
||||
}
|
||||
}
|
||||
free(bindings);
|
||||
|
||||
/* The maximum values apply to all sets attached to a pipeline since all
|
||||
* sets descriptors have to be merged in a single array.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue