]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODRecoDecay.cxx
Coverity corrections.
[u/mrichter/AliRoot.git] / STEER / AliAODRecoDecay.cxx
index d7d192b34a01dafdafd001e1b4fe09f83c46100e..6cbff570f41ec1be21a101b9b5ee3bf88e655d13 100644 (file)
@@ -522,7 +522,7 @@ Int_t AliAODRecoDecay::MatchToMC(Int_t pdgabs,TClonesArray *mcArray,
     return -1;
   }
   
-  Int_t dgLabels[10];
+  Int_t dgLabels[10] = {0};
 
   // loop on daughters and write the labels
   for(Int_t i=0; i<ndg; i++) {