mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 21:30:09 +01:00
glsl/nir: Stop leaking varyings_info
Fixes: 34b3b92bbe ("nir/xfb: move varyings info out of nir_xfb_info")
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16750>
This commit is contained in:
parent
7c5dc0b11a
commit
36d8a2f1d7
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ gl_nir_link_assign_xfb_resources(const struct gl_constants *consts,
|
|||
linked_xfb->ActiveBuffers = buffers;
|
||||
|
||||
ralloc_free(xfb_info);
|
||||
ralloc_free(varyings_info);
|
||||
}
|
||||
|
||||
struct nir_xfb_info *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue