[g3dvl] make pipe_context mandatory for creation pipe_video_context
[mesa.git] / src / gallium / auxiliary / vl / vl_context.c
index 46e1981cc9ff714c666843cbc857ff8c2f568d9e..87de24c540280cea992ed3841fe0896f4fb97e9f 100644 (file)
@@ -42,8 +42,6 @@ vl_context_destroy(struct pipe_video_context *context)
 
    assert(context);
 
-   ctx->pipe->destroy(ctx->pipe);
-
    FREE(ctx);
 }