mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Deallocate type units when destroying a DWARFContext.
llvm-svn: 191637
This commit is contained in:
parent
c03ffd11a9
commit
9a4c18a22b
@ -25,6 +25,7 @@ typedef DWARFDebugLine::LineTable DWARFLineTable;
|
||||
|
||||
DWARFContext::~DWARFContext() {
|
||||
DeleteContainerPointers(CUs);
|
||||
DeleteContainerPointers(TUs);
|
||||
DeleteContainerPointers(DWOCUs);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user