зеркало из https://github.com/mozilla/pjs.git
set wallet service to nsnull in case later on one of the other GetServices fail
in which case we 'goto done' and then try to release the wallet service... which was never gotten -doh!
This commit is contained in:
Родитель
9e06b8104e
Коммит
be7a982bce
|
@ -178,7 +178,7 @@ int main1(int argc, char* argv[])
|
|||
nsIDOMAppCoresManager *appCoresManager = nsnull;
|
||||
nsIURI* url = nsnull;
|
||||
nsIPref *prefs = nsnull;
|
||||
nsIWalletService *walletService;
|
||||
nsIWalletService *walletService = nsnull;
|
||||
|
||||
#ifdef NECKO
|
||||
nsICookieService *cookieService = nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче