mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
fix memleaks
llvm-svn: 62198
This commit is contained in:
parent
6f5847ccfc
commit
b5a8a4b4dd
@ -130,6 +130,8 @@ namespace {
|
||||
|
||||
virtual bool doFinalization(Module &M) {
|
||||
// Free memory...
|
||||
delete IL;
|
||||
delete TD;
|
||||
delete Mang;
|
||||
FPConstantMap.clear();
|
||||
TypeNames.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user