Added a missing Release() which should allow the nsDocument to be destroyed...

This commit is contained in:
rpotts%netscape.com 1998-07-29 10:47:52 +00:00
Родитель 6848409386
Коммит c22db3a910
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -811,6 +811,7 @@ void nsHTMLContainer::MapAttributesInto(nsIStyleContext* aContext,
styleSheet->SetVisitedLinkColor(value.GetColorValue());
}
}
NS_RELEASE(htmlDoc);
}
// set up the basefont (defaults to 3)