forked from OSchip/llvm-project
parent
d7ba858314
commit
a4af543375
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue