AggStageParseNode::expand() should return a vector of VariantNodeHandles

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.3.0-rc0
    • 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.

            Assignee:
            Daniel Segel
            Reporter:
            Daniel Segel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: