]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOS.cxx
Displaced the deletion of fTreeQA from AliPHOSv1 to AliPHOS dtor
[u/mrichter/AliRoot.git] / PHOS / AliPHOS.cxx
index 24e6cee706b9c98094225f7ab65d97e58b653808..384fe9eb800f98e476b4998d559e104c50e62a92 100644 (file)
@@ -65,7 +65,8 @@ AliPHOS::AliPHOS(const char* name, const char* title): AliDetector(name, title)
 AliPHOS::~AliPHOS() 
 {  
   // remove the alice folder and alice QA task that PHOS creates instead of AliRun
-  
+
+  delete fTreeQA ; 
 }
 
 //____________________________________________________________________________