]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Additional protection (Marian)
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 May 2006 12:33:15 +0000 (12:33 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 May 2006 12:33:15 +0000 (12:33 +0000)
STEER/TTreeStream.cxx

index 2bc34afa3565a83035a9a774aa627559bd985bef..a09744ecbc8ec87706d275ef458cd5cdf5a01221 100644 (file)
@@ -211,7 +211,7 @@ void TTreeSRedirector::Close(){
     delete fDataLayouts;
     fDataLayouts=0;
   }
-  backup->cd();
+  if (backup) backup->cd();
 }