From: Chia-I Wu Date: Thu, 2 Dec 2010 09:26:55 +0000 (+0800) Subject: st/vega: Destroy the pipe context with vg_context. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b950d6fa5d1a62ae81b83e20e07f373d8c777ac0;p=mesa.git st/vega: Destroy the pipe context with vg_context. --- diff --git a/src/gallium/state_trackers/vega/vg_manager.c b/src/gallium/state_trackers/vega/vg_manager.c index d538e665dae..de935768b22 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 *