]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliRelAlignerKalman.cxx
Coverity fixes.
[u/mrichter/AliRoot.git] / STEER / AliRelAlignerKalman.cxx
index 99d35bb3b5c491edc0fc36d1290038767e8ba6d6..f5c028d942d965cece41f9f56b19f37643340136 100644 (file)
@@ -1548,6 +1548,7 @@ Int_t AliRelAlignerKalman::FindMatchingTracks(TObjArray& arrITS, TObjArray& arrT
       }//else
     }//for j
   }//for i
+  delete [] matchedArr;
   return iMatched;
 }