Kaydet (Commit) 8f5e4f2f authored tarafından Caolán McNamara's avatar Caolán McNamara

CID#705740 leak on error case

Change-Id: Ia7013e37eed224e7f07a789a89de625c8cbec9ab
üst 9cdb972d
......@@ -928,7 +928,10 @@ sal_Bool SwTable::InsTable( const SwTable& rCpyTbl, const SwSelBoxes& rSelBoxes,
sal::static_int_cast< sal_uInt16 >(
pLine->GetTabBoxes().size() - nSttBox ) <
pFLine->GetBoxes().size() )
{
delete pInsFLine;
return sal_False;
}
// Test for nesting
for( nBx = 0; nBx < pFLine->GetBoxes().size(); ++nBx )
......
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