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:
jdunn%netscape.com 1999-08-25 22:46:27 +00:00
Родитель 9e06b8104e
Коммит be7a982bce
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;