]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerTrackStoreV1.cxx
memory leak fixed
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerTrackStoreV1.cxx
index 158b36269dda26bea730145eedb42d878345e32e..54a135e66c40a893433a1170230ebc32b446fad7 100644 (file)
@@ -86,7 +86,7 @@ Int_t
 AliMUONTriggerTrackStoreV1::GetSize() const
 {
   /// Return the number of trigger tracks we hold
-  return fTracks->GetSize();
+  return fTracks->GetLast()+1;
 }
 
 //_____________________________________________________________________________