]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSQAChecker.cxx
Several pointers were set to zero in the default constructors to avoid memory managem...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSQAChecker.cxx
index a474db0c6f7711fd6e4f667c8a3818203246dbec..4723bf4e24572c37ebdb2a10bd0bcadac78019b4 100644 (file)
@@ -48,7 +48,8 @@ ClassImp(AliPHOSQAChecker)
    else    // create  //Folders/Task/QA/PHOS
      aliceQA->Add(this) ; 
   
-  fCheckablesList = new TList() ; 
+  fCheckablesList = new TList() ;
+  fCheckable = 0;
 }
 
 //____________________________________________________________________________