diff options
-rw-r--r-- | lib/AST/DeclObjC.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AST/DeclObjC.cpp b/lib/AST/DeclObjC.cpp index ccf641f94d..98343e7222 100644 --- a/lib/AST/DeclObjC.cpp +++ b/lib/AST/DeclObjC.cpp @@ -178,6 +178,7 @@ ObjCImplementationDecl::Create(ASTContext &C, DeclContext *DC, /// Destroy - Call destructors and release memory. void ObjCImplementationDecl::Destroy(ASTContext& C) { IVars.clear(); + Decl::Destroy(C); } |