Adriano Crestani created LUCENE-5099:
----------------------------------------

             Summary: QueryNodeProcessorImpl should set parent to nulll before 
returning on processing
                 Key: LUCENE-5099
                 URL: https://issues.apache.org/jira/browse/LUCENE-5099
             Project: Lucene - Core
          Issue Type: Bug
          Components: core/queryparser
    Affects Versions: 4.3.1, 3.6.2
            Reporter: Adriano Crestani
            Assignee: Adriano Crestani


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to