зеркало из https://github.com/mozilla/pjs.git
Added missing addref. r=gayatrib
This commit is contained in:
Родитель
375b331d9b
Коммит
99916a7641
|
@ -352,6 +352,7 @@ nsIOService::NewChannelFromNativePath(const char *nativePath, nsIFileChannel **r
|
|||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
*result = channel;
|
||||
NS_ADDREF(*result);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче