Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.6.2, 4.3.1
-
None
Description
QueryNodeProcessorImpl should always return the root of the tree after processing, so it needs to make the parent is set to null before returning. Otherwise, the previous parent is leaked and never removed.