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:

committed by
Marge Bot

parent
7c5dc0b11a
commit
36d8a2f1d7
@@ -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 *
|
||||
|
Reference in New Issue
Block a user