Release the chain when done with it.

This commit is contained in:
hyatt%netscape.com 1999-06-25 10:07:45 +00:00
Родитель f9b67b3fe0
Коммит 9f664b9643
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -163,6 +163,7 @@ void
nsTreeRowGroupFrame::ConstructContentChain(nsIContent* aRowContent)
{
// Create the content chain array.
NS_IF_RELEASE(mContentChain);
NS_NewISupportsArray(&mContentChain);
// Move up the chain until we hit our content node.