зеркало из https://github.com/mozilla/pjs.git
Added NS_IF_RELEASE(mAttributes) to destructor
This commit is contained in:
Родитель
043d0a4b08
Коммит
00a7522d35
|
@ -267,6 +267,7 @@ nsForm::~nsForm()
|
||||||
mElements->ReleaseForm();
|
mElements->ReleaseForm();
|
||||||
NS_RELEASE(mElements);
|
NS_RELEASE(mElements);
|
||||||
}
|
}
|
||||||
|
NS_IF_RELEASE(mAttributes);
|
||||||
}
|
}
|
||||||
|
|
||||||
nsresult nsForm::QueryInterface(REFNSIID aIID, void** aInstancePtr)
|
nsresult nsForm::QueryInterface(REFNSIID aIID, void** aInstancePtr)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче