bug 13683 - fixed memory leak.
This commit is contained in:
Родитель
0e85b7ae59
Коммит
1b5d0bcca9
|
@ -261,7 +261,7 @@ BasicTableLayoutStrategy::BalanceColumnWidths(nsIStyleContext* aTableSty
|
|||
|
||||
// if this is a nested table and pass1 reflow, we are done
|
||||
if (maxWidth == NS_UNCONSTRAINEDSIZE) {
|
||||
return PR_TRUE;
|
||||
return BCW_Wrapup(this, mTableFrame, allocTypes);
|
||||
}
|
||||
|
||||
// allocate the rest unconstrained
|
||||
|
|
|
@ -261,7 +261,7 @@ BasicTableLayoutStrategy::BalanceColumnWidths(nsIStyleContext* aTableSty
|
|||
|
||||
// if this is a nested table and pass1 reflow, we are done
|
||||
if (maxWidth == NS_UNCONSTRAINEDSIZE) {
|
||||
return PR_TRUE;
|
||||
return BCW_Wrapup(this, mTableFrame, allocTypes);
|
||||
}
|
||||
|
||||
// allocate the rest unconstrained
|
||||
|
|
Загрузка…
Ссылка в новой задаче