Skip to content
Commit 9d6eb40c authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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
parent 81472e34
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment