mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 11:50:09 +01:00
asahi: plug pre-gs leak
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27616>
This commit is contained in:
parent
7b44d15e5f
commit
ffac4e7179
1 changed files with 1 additions and 0 deletions
|
|
@ -2078,6 +2078,7 @@ agx_compile_variant(struct agx_device *dev, struct pipe_context *pctx,
|
|||
compiled->gs_count_words = gs_out_count_words;
|
||||
|
||||
ralloc_free(nir);
|
||||
ralloc_free(pre_gs);
|
||||
ralloc_free(gs_count);
|
||||
return compiled;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue