fix memory leaks (eep) and add some debugging noise for myself
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user