st/vega: Destroy the pipe context with vg_context.
authorChia-I Wu <olv@lunarg.com>
Thu, 2 Dec 2010 09:26:55 +0000 (17:26 +0800)
committerChia-I Wu <olv@lunarg.com>
Thu, 2 Dec 2010 09:27:38 +0000 (17:27 +0800)
src/gallium/state_trackers/vega/vg_manager.c

index d538e665dae5cf18cbd390d059241b1c031ad201..de935768b22cfb8111ab970788d2ddcf58b208af 100644 (file)
@@ -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 *