Fix for 43375, r=ben

This commit is contained in:
hyatt%netscape.com 2000-08-17 08:15:47 +00:00
parent 24b71cc743
commit a91a1d9299
2 changed files with 6 additions and 0 deletions

View File

@ -45,6 +45,11 @@ nsTempleLayout::nsTempleLayout(nsIPresShell* aPresShell):nsMonumentLayout(aPresS
{
}
nsTempleLayout::~nsTempleLayout()
{
delete mMonuments;
}
NS_IMETHODIMP
nsTempleLayout::CastToTemple(nsTempleLayout** aTemple)
{

View File

@ -51,6 +51,7 @@ public:
protected:
nsTempleLayout(nsIPresShell* aShell);
virtual ~nsTempleLayout();
private:
nsBoxSizeList* mMonuments;