Fix ObjCInterfaceDecl::Destroy and ObjCProtocolDecl::Destroy to iterate and...
Fix ObjCInterfaceDecl::Destroy and ObjCProtocolDecl::Destroy to iterate and destroy all contained ObjCMethodDecls in one sweep. This fixes a use-after-free error found by valgrind. llvm-svn: 61943
Loading
Please register or sign in to comment