r=harishd. Tell the refcounting code that the pref service is instantiated.

This commit is contained in:
nisheeth%netscape.com 1999-11-19 03:57:30 +00:00
parent a03bdd0283
commit 71b61781f6

View File

@ -551,6 +551,10 @@ static nsresult main1(int argc, char* argv[])
if ( CheckAndRunPrefs(cmdLineArgs) ) if ( CheckAndRunPrefs(cmdLineArgs) )
return NS_OK; return NS_OK;
#ifdef NS_BUILD_REFCNT_LOGGING
nsTraceRefcnt::SetPrefServiceAvailability(PR_TRUE);
#endif
// fire up an instance of the cookie manager. // fire up an instance of the cookie manager.
// I'm doing this using the serviceManager for convenience's sake. // I'm doing this using the serviceManager for convenience's sake.
// Presumably an application will init it's own cookie service a // Presumably an application will init it's own cookie service a