mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Fixed another memory bug in Composer
This commit is contained in:
parent
6b123aed81
commit
041a0ef3a9
@ -3737,7 +3737,7 @@ void CEditTableElement::AddLayoutData(CEditTableCellElement *pEdCell, LO_Element
|
||||
pRowData->iRow = i;
|
||||
pRowData->iCellsInRow = lo_GetRowSpan(pLoCell);
|
||||
// These are ignored for row data
|
||||
pRowData->iCellsInColumn = pColData->iColumn = 0;
|
||||
pRowData->iCellsInColumn = pRowData->iColumn = 0;
|
||||
|
||||
m_RowLayoutData.Insert(pRowData, i);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user