Skip to content

Commit

Permalink
ALIROOT-5819 Avoiding CINT memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
hristov authored and dberzano committed Jun 25, 2015
1 parent 81b5b54 commit 658c82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions STEER/STEER/AliMC.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ AliMC::AliMC(const char *name, const char *title) :
fHitLists(new TList()),
fTmpTreeTR(0),
fTmpFileTR(0),
fTrackReferences("AliTrackReference", 100),
fTmpTrackReferences("AliTrackReference", 100)
fTrackReferences(AliTrackReference::Class(), 100),
fTmpTrackReferences(AliTrackReference::Class(), 100)
{
//constructor
// Set transport parameters
Expand Down

0 comments on commit 658c82d

Please sign in to comment.