From 219f7d3ead0e86a65aa854acbb8821afac6d5d5d Mon Sep 17 00:00:00 2001 From: belikov Date: Tue, 25 Feb 2014 09:44:36 +0100 Subject: [PATCH] Coverity fix --- ITS/UPGRADE/AliITSUGeomTGeo.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/ITS/UPGRADE/AliITSUGeomTGeo.cxx b/ITS/UPGRADE/AliITSUGeomTGeo.cxx index 1acd64cc727..99accae9993 100644 --- a/ITS/UPGRADE/AliITSUGeomTGeo.cxx +++ b/ITS/UPGRADE/AliITSUGeomTGeo.cxx @@ -102,6 +102,7 @@ AliITSUGeomTGeo::AliITSUGeomTGeo(const AliITSUGeomTGeo &src) // copy c-tor if (fNLayers) { fNStaves = new Int_t[fNLayers]; + fNSubStaves= new Int_t[fNLayers]; fNChipsPerModule = new Int_t[fNLayers]; fLrChipType = new Int_t[fNLayers]; fLastChipIndex = new Int_t[fNLayers]; -- 2.43.0