зеркало из https://github.com/mozilla/pjs.git
Bug 106967: fix crash (doh me)
This commit is contained in:
Родитель
c91b8f13e6
Коммит
4b0985e0f8
|
@ -199,7 +199,7 @@ nsRDFResource::GetDelegate(const char* aKey, REFNSIID aIID, void** aResult)
|
|||
contractID.Append(*p);
|
||||
|
||||
nsCOMPtr<nsIRDFDelegateFactory> delegateFactory =
|
||||
do_CreateInstance(contractID.get());
|
||||
do_CreateInstance(contractID.get(), &rv);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
rv = delegateFactory->CreateDelegate(this, aKey, aIID, aResult);
|
||||
|
|
Загрузка…
Ссылка в новой задаче