]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEER/AliQACheckerBase.cxx
remove the destruction of the image array (this is created by the ctor)
[u/mrichter/AliRoot.git] / STEER / STEER / AliQACheckerBase.cxx
index 6c4e09458f67b28d4c0ababa9ffbcf67d6224ee7..270f77e6e7b00818e9af933e90eb079601651571 100644 (file)
@@ -251,7 +251,7 @@ void AliQACheckerBase::DeleteImages()
         if ( fRefOCDBSubDir[esIndex] ) 
             delete fRefOCDBSubDir[esIndex] ; 
     }
-    delete[] fImage ; 
+    // delete[] fImage ; 
 }
 
 //____________________________________________________________________________