mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 22:30:24 +01:00
u_blitter: fix a memory leak
This commit is contained in:
parent
06991d87be
commit
a9b20d4597
1 changed files with 1 additions and 0 deletions
|
|
@ -254,6 +254,7 @@ void util_blitter_destroy(struct blitter_context *blitter)
|
|||
ctx->dsa_write_depth_keep_stencil);
|
||||
pipe->delete_depth_stencil_alpha_state(pipe, ctx->dsa_write_depth_stencil);
|
||||
pipe->delete_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_write_stencil);
|
||||
pipe->delete_depth_stencil_alpha_state(pipe, ctx->dsa_flush_depth_stencil);
|
||||
|
||||
pipe->delete_rasterizer_state(pipe, ctx->rs_state);
|
||||
pipe->delete_vs_state(pipe, ctx->vs_col);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue