From b950d6fa5d1a62ae81b83e20e07f373d8c777ac0 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 2 Dec 2010 17:26:55 +0800 Subject: st/vega: Destroy the pipe context with vg_context. --- src/gallium/state_trackers/vega/vg_manager.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/state_trackers/vega') diff --git a/src/gallium/state_trackers/vega/vg_manager.c b/src/gallium/state_trackers/vega/vg_manager.c index d538e665da..de935768b2 100644 --- a/src/gallium/state_trackers/vega/vg_manager.c +++ b/src/gallium/state_trackers/vega/vg_manager.c @@ -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 * -- cgit v1.2.3