Kaydet (Commit) e2b2ffcc authored tarafından Markus Mohrhard's avatar Markus Mohrhard

coverity: fix memory leak

Change-Id: I978dd7dbc520e5a53fd4ca245e871286dcc10ca6
üst 3918fdaa
......@@ -929,6 +929,8 @@ DifAttrCache::~DifAttrCache()
if( ppCols[ nCnt ] )
delete ppCols[ nCnt ];
}
delete ppCols;
}
void DifAttrCache::SetLogical( const SCCOL nCol, const SCROW nRow )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment