diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gallium/drivers/nv50/nv50_context.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/gallium/drivers/nv50/nv50_context.c b/src/gallium/drivers/nv50/nv50_context.c index e2198b189d..5c705ccc8f 100644 --- a/src/gallium/drivers/nv50/nv50_context.c +++ b/src/gallium/drivers/nv50/nv50_context.c @@ -86,6 +86,10 @@ nv50_destroy(struct pipe_context *pipe)  		so_ref(NULL, &nv50->state.vtxattr);  	draw_destroy(nv50->draw); + +	if (nv50->screen->cur_ctx == nv50) +		nv50->screen->cur_ctx = NULL; +  	FREE(nv50);  } | 
