llvmpipe: Call LLVMShutdown before exiting.
So that LLVM frees its globals. Trivial.
This commit is contained in:
@@ -414,5 +414,7 @@ int main(int argc, char **argv)
|
||||
if (fp)
|
||||
fclose(fp);
|
||||
|
||||
LLVMShutdown();
|
||||
|
||||
return success ? 0 : 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user