Envision
Envision copied to clipboard
Memory leak when parsing expressions
During parsing, there are multiple vectors created that hold elements of type ExpressionTreeBuildInstruction*
, including the one in ParseResult
. These are not properly deleted.