Crashes in TTree::SetBranchAddress

Hi

The output list is created ex-novo for each query. You do not need to clear it by yourself.
The current output list (the one that you access via TProof::GetOutputList()) is owned by a dedicated TQueryResult object (see TProof::ShowQueries()), and removing objects from it may have side effects.

Gerri