forked from OSchip/llvm-project
Deallocate type units when destroying a DWARFContext.
llvm-svn: 191637
This commit is contained in:
parent
c3c807b3bf
commit
41fe88e7b4
|
|
@ -25,6 +25,7 @@ typedef DWARFDebugLine::LineTable DWARFLineTable;
|
|||
|
||||
DWARFContext::~DWARFContext() {
|
||||
DeleteContainerPointers(CUs);
|
||||
DeleteContainerPointers(TUs);
|
||||
DeleteContainerPointers(DWOCUs);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue