]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
coverity warning 15138 fixed
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Mar 2011 02:58:41 +0000 (02:58 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Mar 2011 02:58:41 +0000 (02:58 +0000)
HLT/TPCLib/tracking-ca/AliHLTTPCCATracker.h

index 746a79c7698528cc7654d747b1a079ef18bdf461..a2f0779cbb748443bd9d06adc80b00bf3432544e 100644 (file)
@@ -80,6 +80,8 @@ class AliHLTTPCCATracker
       fOutput( 0 )
   {
     // constructor
       fOutput( 0 )
   {
     // constructor
+    for( int i=0; i<10; i++ ) fTimers[i] = 0;
+    for( int i=0; i<16; i++ ) fPerfTimers[i] = 0;
   }
   ~AliHLTTPCCATracker();
   
   }
   ~AliHLTTPCCATracker();