Envision icon indicating copy to clipboard operation
Envision copied to clipboard

Memory leak when parsing expressions

Open dimitar-asenov opened this issue 10 years ago • 0 comments

During parsing, there are multiple vectors created that hold elements of type ExpressionTreeBuildInstruction*, including the one in ParseResult. These are not properly deleted.

dimitar-asenov avatar Jan 26 '15 13:01 dimitar-asenov