Skip to content
Snippets Groups Projects
Commit 36d8a2f1 authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon: Committed by Marge Bot
Browse files

glsl/nir: Stop leaking varyings_info


Fixes: 34b3b92b ("nir/xfb: move varyings info out of nir_xfb_info")
Reviewed-by: default avatarMarek Olšák <marek.olsak@amd.com>
Reviewed-by: default avatarAlyssa Rosenzweig <alyssa@collabora.com>
Part-of: <mesa/mesa!16750>
parent 7c5dc0b1
No related branches found
No related tags found
Loading
......@@ -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 *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment