]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
coverity warning fix
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 28 Jul 2013 23:36:04 +0000 (23:36 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 28 Jul 2013 23:36:04 +0000 (23:36 +0000)
HLT/TPCLib/comp/AliHLTTPCDataCompressionIDMap.cxx

index 0c4153e03904f79d53062a95ba2326259cd24973..d60c380ffba195529cc7a032baed13a5f7a4dd18 100644 (file)
@@ -205,6 +205,7 @@ void AliHLTTPCDataCompressionIDMap::EndFilling()
     int row = (entry.fOfflineID >> 16 )&0x7F;
     int secrow = sec*nRows+row;
     if( sec>=nSec || row>=nRows ){
+      delete[] nRowClusters;
       HLTError("Wrong numeration: sector %d, row %d", sec, row);
       return;
     }