-
- Downloads
From Andrei:
fixes a major leak when merging files with collections written using kSingleKey option. In the analysis framework we use this option to be able to recreate the output content of an analysis task on the client side. The merger was reading each key in memory and deleted the object at the end, but the container is not owner by default, so all objects inside leaked. git-svn-id: http://root.cern.ch/svn/root/trunk@31204 27541ba8-7e3a-0410-8455-c3a389f83636
Please register or sign in to comment