bug 13683 - fixed memory leak.

This commit is contained in:
karnaze%netscape.com 1999-09-16 22:24:03 +00:00
Родитель 0e85b7ae59
Коммит 1b5d0bcca9
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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