]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coverity 15168
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 27 Feb 2011 11:46:13 +0000 (11:46 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 27 Feb 2011 11:46:13 +0000 (11:46 +0000)
Initialisation fixed.

ANALYSIS/TenderSupplies/AliTRDTenderSupply.cxx

index 404fdf116b5d156d2aa977a5838ca6fa69732a35..7de68ec33d60d415dc207dd40f43e17d20ab30c9 100644 (file)
@@ -66,6 +66,7 @@ AliTRDTenderSupply::AliTRDTenderSupply() :
   //
   // default ctor
   //
   //
   // default ctor
   //
+  memset(fBadChamberID, 0, sizeof(Int_t) * kNChambers);
 }
 
 //_____________________________________________________
 }
 
 //_____________________________________________________