]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Close the file in TerminateIO()
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 12 Oct 2007 08:16:15 +0000 (08:16 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 12 Oct 2007 08:16:15 +0000 (08:16 +0000)
STEER/AliAODHandler.cxx

index 46f9c95c5d05740bba7c1bb42d3f28edbfac57a7..543c802bde04fffe043610678149fc7b63b89d0c 100644 (file)
@@ -99,7 +99,7 @@ Bool_t AliAODHandler::Terminate()
 Bool_t AliAODHandler::TerminateIO()
 {
     // Terminate IO
-
+    fFileA->Close();
     return kTRUE;
 }