aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/AST/ASTContext.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/AST/ASTContext.cpp b/lib/AST/ASTContext.cpp
index 923aab291d..6344ce570c 100644
--- a/lib/AST/ASTContext.cpp
+++ b/lib/AST/ASTContext.cpp
@@ -32,6 +32,8 @@ ASTContext::~ASTContext() {
Types.back()->Destroy(*this);
Types.pop_back();
}
+
+ TUDecl->Destroy(*this);
}
void ASTContext::PrintStats() const {