llvm-svn: 91343
This commit is contained in:
Chris Lattner 2009-12-14 22:02:43 +00:00
parent ba6a0c40c4
commit d2fa78d0bd
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ Preprocessor::~Preprocessor() {
Macros.begin(), E = Macros.end(); I != E; ++I) {
// We don't need to free the MacroInfo objects directly. These
// will be released when the BumpPtrAllocator 'BP' object gets
// destroyed. We still need to run the dstor, however, to free
// destroyed. We still need to run the dtor, however, to free
// memory alocated by MacroInfo.
I->second->Destroy(BP);
I->first->setHasMacroDefinition(false);