Skip to content
Snippets Groups Projects
Commit 6020aae7 authored by scott snyder's avatar scott snyder
Browse files

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
parent fbded8f7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment