X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FAliTOFClusterFinder.cxx;h=8de8eb7d93b9271eaab96cf4a7fe51ec38db359e;hb=fa4287a252b4232c597a2e4ce82bb86d77769789;hp=6c0ffcd94a7ddd4ff44431c634c793aa60f3c049;hpb=c5cf594b3d7e7937539f48f8c2ea335b9956a079;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFClusterFinder.cxx b/TOF/AliTOFClusterFinder.cxx index 6c0ffcd94a7..8de8eb7d93b 100644 --- a/TOF/AliTOFClusterFinder.cxx +++ b/TOF/AliTOFClusterFinder.cxx @@ -263,8 +263,10 @@ AliTOFClusterFinder::~AliTOFClusterFinder() //if (fTofClusters || fNumberOfTofClusters) { if (fNumberOfTofClusters) { - for (Int_t ii=0; iiDelete(); + delete fTofClusters[ii]; + } fNumberOfTofClusters=0; }