Fix leak in CXXNewExpr where the SubExprs array would get allocated directly...
Fix leak in CXXNewExpr where the SubExprs array would get allocated directly using 'new[]' instead of the allocator associated with ASTContext. llvm-svn: 95933
Loading
Please register or sign in to comment