]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSQAMeanChecker.cxx
Removing unused variables
[u/mrichter/AliRoot.git] / PHOS / AliPHOSQAMeanChecker.cxx
index c3236813ecbea2a999c0732e37f968f677cbdcf8..b4ec8e0afe6f54c9e85c90c3f7b89debf72390d7 100644 (file)
@@ -79,6 +79,7 @@ TString AliPHOSQAMeanChecker::CheckingOperation()
       sprintf(tempo, "-->Checkable : %s :: Checker : %s :: Message : %f outside bond %f +/- %f\n", 
              fCheckable->GetName(), GetName(), checked, fMean, fRms) ; 
       rv = tempo ;
+      delete [] tempo ; 
     } 
   }  
   return rv ;