Make sure to addref the content node in the constructor.

This commit is contained in:
waterson%netscape.com 1998-12-10 08:30:18 +00:00
Родитель d86a0959f9
Коммит c43768fe3b
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -29,6 +29,7 @@ nsHTColumn::nsHTColumn(nsIContent* pContent) : nsTreeColumn()
mPixelWidth = 25;
mDesiredPercentage = 0.33;
mContentNode = pContent;
NS_ADDREF(mContentNode);
}
//--------------------------------------------------------------------