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

This commit is contained in:
shaver@netscape.com
1999-09-09 00:48:30 +00:00
parent 2fdff0273f
commit e84b06a56d
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();
}