mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 09:37:20 +00:00
bug 263:
Ensure the list of libraries is cleared. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15212 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
83f6a77c8f
commit
801db47373
@ -75,6 +75,7 @@ Module::~Module() {
|
||||
GlobalList.setParent(0);
|
||||
FunctionList.clear();
|
||||
FunctionList.setParent(0);
|
||||
LibraryList.clear();
|
||||
delete SymTab;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user