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:
@@ -295,6 +295,8 @@ void nsHTMLFramesetFrame::CalculateRowCol(nsIPresContext* aPresContext, nscoord
|
||||
if (relativeTotal != relativeMax) {
|
||||
Scale(relativeMax, numRelative, relative, aValues);
|
||||
}
|
||||
|
||||
delete [] fixed; delete [] percent; delete [] relative;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user