mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
glsl: Protect against double compiler-destroy.
DRI was doing teardown when we close the last screen, then an atexit() was added to call it as well.
This commit is contained in:
parent
ae6e112c69
commit
d539c69044
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ void
|
|||
_mesa_glsl_release_functions(void)
|
||||
{
|
||||
talloc_free(builtin_mem_ctx);
|
||||
builtin_mem_ctx = NULL;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue