Skip to content
Snippets Groups Projects
Commit 4e7a0385 authored by Julien Cristau's avatar Julien Cristau
Browse files

Merge tag 'mesa_6_5_3_rc2' into debian-experimental

parents 4adbd94b ad02042d
No related branches found
No related tags found
No related merge requests found
......@@ -802,7 +802,6 @@ glFBDevDestroyContext( GLFBDevContextPtr context )
if (fbdevctx == context) {
/* destroying current context */
_mesa_make_current(NULL, NULL, NULL);
_mesa_notifyDestroy(&context->glcontext);
}
_mesa_free_context_data(&context->glcontext);
_mesa_free(context);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment