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
Add a link
Reference in a new issue