Fix heap use after free error
This commit is contained in:
parent
4a7e8b03b2
commit
5252d3216a
|
@ -1434,7 +1434,6 @@ static void gl_destroy_resources(gl_t *gl)
|
|||
}
|
||||
|
||||
gl_shared_context_use = false;
|
||||
gl->core_context_in_use = false;
|
||||
|
||||
gl_query_core_context_unset();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue