]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Delete Particle Factory properly
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 May 2000 10:45:38 +0000 (10:45 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 May 2000 10:45:38 +0000 (10:45 +0000)
STEER/AliRun.cxx

index 81734491565e2f082bdc9c21b250dcf2b6acdd64..0846e346d69e31bb4611c08a09710b13403eeb4e 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.33  2000/05/16 13:10:40  fca
+New method IsNewTrack and fix for a problem in Father-Daughter relations
+
 Revision 1.32  2000/04/27 10:38:21  fca
 Correct termination of Lego Run and introduce Lego getter in AliRun
 
@@ -230,6 +233,7 @@ AliRun::~AliRun()
     delete fParticles;
   }
   delete fHitLists;
+  delete fPDGDB;
 }
 
 //_____________________________________________________________________________