-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
AggStageParseNode::expand() returns a vector of raw pointer VariantNodes, but if the vector goes out of scope, destructors will never be called on those pointers. We should instead have the vector hold VariantNodeHandles to ensure no memory is leaked.