DWARFContext: Fix possible memory leak since r198908.

llvm-svn: 200000
This commit is contained in:
NAKAMURA Takumi 2014-01-24 13:40:43 +00:00
parent 518490b949
commit 7409e84381
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ DWARFContext::~DWARFContext() {
DeleteContainerPointers(CUs);
DeleteContainerPointers(TUs);
DeleteContainerPointers(DWOCUs);
DeleteContainerPointers(DWOTUs);
}
static void dumpPubSection(raw_ostream &OS, StringRef Name, StringRef Data,