]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/Base/AliTPCcalibDB.cxx
#101964: crash at the end of reconstruction of ppbench
[u/mrichter/AliRoot.git] / TPC / Base / AliTPCcalibDB.cxx
index 106f7272d0d734ddd7617b93112fb056b6996fd5..f54cf303bd620dd515f42efb670ef5a6d53ce650 100644 (file)
@@ -466,7 +466,7 @@ void AliTPCcalibDB::Update(){
 
   entry          = GetCDBEntry("TPC/Calib/RecoParam");
   if (entry){
-    entry->SetOwner(kTRUE);
+    //PH    entry->SetOwner(kTRUE);
     fRecoParamList = dynamic_cast<TObjArray*>(entry->GetObject());
 
   }else{