zero out colInfo wehen allocated to avoid startup crash and other badness

This commit is contained in:
shaver%netscape.com 1999-07-28 18:52:04 +00:00
parent 1656e7ba4b
commit 2eb68e6135
2 changed files with 2 additions and 0 deletions

View File

@ -1139,6 +1139,7 @@ void BasicTableLayoutStrategy::AllocateConstrained(PRInt32 aAvailWidth,
if (!colInfo) {
return;
}
memset(colInfo, 0, aNumConstrainedCols * sizeof(nsColInfo *));
PRInt32 maxMinDiff = 0;
PRInt32 constrColX = 0;
// set the col info entries for each constrained col

View File

@ -1139,6 +1139,7 @@ void BasicTableLayoutStrategy::AllocateConstrained(PRInt32 aAvailWidth,
if (!colInfo) {
return;
}
memset(colInfo, 0, aNumConstrainedCols * sizeof(nsColInfo *));
PRInt32 maxMinDiff = 0;
PRInt32 constrColX = 0;
// set the col info entries for each constrained col