Added NS_IF_RELEASE(mAttributes) to destructor

This commit is contained in:
troy%netscape.com 1998-08-14 03:32:39 +00:00
Родитель 043d0a4b08
Коммит 00a7522d35
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -267,6 +267,7 @@ nsForm::~nsForm()
mElements->ReleaseForm();
NS_RELEASE(mElements);
}
NS_IF_RELEASE(mAttributes);
}
nsresult nsForm::QueryInterface(REFNSIID aIID, void** aInstancePtr)