Stop leaking the TUDecl.

llvm-svn: 51575
This commit is contained in:
Eli Friedman 2008-05-27 03:08:09 +00:00
parent 1c2d5f56f8
commit e2bbfe22c7
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ ASTContext::~ASTContext() {
Types.back()->Destroy(*this);
Types.pop_back();
}
TUDecl->Destroy(*this);
}
void ASTContext::PrintStats() const {