From dddc33c571b008eccdc8f659de11ae42fc5a5509 Mon Sep 17 00:00:00 2001 From: agheata Date: Tue, 29 Mar 2011 09:37:00 +0000 Subject: [PATCH] Fix for Coverity #10278 --- STEER/AliAODHandler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STEER/AliAODHandler.cxx b/STEER/AliAODHandler.cxx index f448cbd3d40..562a7c94821 100644 --- a/STEER/AliAODHandler.cxx +++ b/STEER/AliAODHandler.cxx @@ -458,7 +458,7 @@ Bool_t AliAODHandler::FinishEvent() } } - if (fIsStandard) + if (fIsStandard && fAODEvent) { fAODEvent->ResetStd(); } -- 2.43.0