fix memory leaks (eep) and add some debugging noise for myself

git-svn-id: svn://10.0.0.236/trunk@46470 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shaver%netscape.com
1999-09-09 00:48:30 +00:00
parent a998b7c38e
commit d28ae6ecaf
3 changed files with 26 additions and 7 deletions

View File

@@ -65,6 +65,9 @@ private:
nsNativeComponentLoader::nsNativeComponentLoader() :
mRegistry(nsnull), mCompMgr(nsnull), mDllStore(nsnull)
{
#ifdef DEBUG_shaver
fprintf(stderr, "NEW NATIVECOMPONENTLOADER\n");
#endif
NS_INIT_REFCNT();
}