fixed bug 1613 (leak in nsFrameSetFrame::CalculateRowCol)

git-svn-id: svn://10.0.0.236/trunk@15475 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karnaze%netscape.com
1998-11-30 22:37:52 +00:00
parent 810f6cfdf2
commit 070596fafe
2 changed files with 4 additions and 0 deletions

View File

@@ -295,6 +295,8 @@ void nsHTMLFramesetFrame::CalculateRowCol(nsIPresContext* aPresContext, nscoord
if (relativeTotal != relativeMax) {
Scale(relativeMax, numRelative, relative, aValues);
}
delete [] fixed; delete [] percent; delete [] relative;
}