зеркало из https://github.com/mozilla/pjs.git
Added check in CreateInstance to see if QueryObject returns NS_OK. If it doesn't then release the interface.
This commit is contained in:
Родитель
07025ab2f4
Коммит
1c4ac900c2
|
@ -200,6 +200,9 @@ nsresult nsWidgetFactory::CreateInstance(nsISupports *aOuter,
|
|||
if (res != NS_OK) {
|
||||
delete inst ;
|
||||
}
|
||||
else {
|
||||
NS_RELEASE(inst);
|
||||
}
|
||||
|
||||
return res;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче