| Log Message: |
Fixes for two memory leaks appearing when running several queries in the same PROOF session:
- in TProofServ::HandleProcess, delete the TProofPlayer instance at the end of the query
- in the TEventIterTree destructor, make sure that the tree cache is also deleted
|