mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 02:30:18 +01:00
llvmpipe: Call LLVMShutdown before exiting.
So that LLVM frees its globals. Trivial.
This commit is contained in:
parent
524042fa35
commit
1d2ac7a7ca
1 changed files with 2 additions and 0 deletions
|
|
@ -414,5 +414,7 @@ int main(int argc, char **argv)
|
|||
if (fp)
|
||||
fclose(fp);
|
||||
|
||||
LLVMShutdown();
|
||||
|
||||
return success ? 0 : 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue