Memory leak when reading vector<object> from TTree in pyROOT

Here is the topic/post number: 26186/15. The issue in this old post was fixed in JIRA issue ROOT-9025. Our problem isn’t completely identical, since we are getting our array from GetArray() defined in our class rather than from TTree.__get_attr__() as was fixed in that issue, but it seems related.