CollectionBase: In test code, make sure files are closed before reopening.
The test in this package was leaking ICollection objects. This meant that we could try to open a ROOT file that we still had open. With root 6.14, this can cause an infinite recursion. Make sure to delete ICollectionObjects when we're done with them, so that the files get closed. Former-commit-id: 478f5ee3
Loading
Please register or sign in to comment