]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCFindTracks.C
Several patches were done to adapt the barel reconstruction to the multi-event case...
[u/mrichter/AliRoot.git] / TPC / AliTPCFindTracks.C
index 9ee4c5799a43b1c93318c4fa462becdef7ad5bbc..7948dd348d13ca9ac043d9aff2579a4be54cfa00 100644 (file)
@@ -28,8 +28,10 @@ Int_t AliTPCFindTracks(Int_t eventn=1) {
    }
    timer.Stop(); timer.Print();
  
+   delete par; //Thanks to Mariana Bondila
+
    in->Close();
    out->Close();
 
-   return 1;
+   return 0;
 }