mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
st/vega: Destroy the pipe context with vg_context.
This commit is contained in:
parent
7528f143df
commit
b950d6fa5d
1 changed files with 3 additions and 0 deletions
|
|
@ -152,7 +152,10 @@ static void
|
|||
vg_context_destroy(struct st_context_iface *stctxi)
|
||||
{
|
||||
struct vg_context *ctx = (struct vg_context *) stctxi;
|
||||
struct pipe_context *pipe = ctx->pipe;
|
||||
|
||||
vg_destroy_context(ctx);
|
||||
pipe->destroy(pipe);
|
||||
}
|
||||
|
||||
static struct st_context_iface *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue