]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correction in destructor (M. Gheata)
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 Oct 2007 15:43:50 +0000 (15:43 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 Oct 2007 15:43:50 +0000 (15:43 +0000)
JETAN/AliJetDummyGeo.cxx

index 0dfd0407c0270c193a685475771db26993f42cef..960bc2ac485a64f0e2b16cc1de7fb883a8eeafa2 100644 (file)
@@ -222,7 +222,6 @@ AliJetDummyGeo::AliJetDummyGeo(const AliJetDummyGeo& geom):
 AliJetDummyGeo::~AliJetDummyGeo()
 {
   // Destructor
-  delete [] fMatrixOfSM;
 }
 
 //------------------------------------------------------------------------------------