bug 13683 - fixed memory leak.

This commit is contained in:
karnaze%netscape.com 1999-09-16 22:24:03 +00:00
Родитель c1a36fb57c
Коммит 549b434e4f
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