bug 113833 Disabling trace-malloc if required dlls are not

found. (thanks jband) r=dp, sr=jband
This commit is contained in:
dp@netscape.com
2001-12-07 14:29:24 +00:00
parent e3e373e9ff
commit ae1d79b475
4 changed files with 14 additions and 4 deletions

View File

@@ -356,6 +356,9 @@ private:
PR_IMPLEMENT(void)
StartupHooker()
{
if (!dhwEnsureSymInitialized())
return;
//run through get all hookers
DHWImportHooker &loadlibraryW = DHWImportHooker::getLoadLibraryWHooker();
DHWImportHooker &loadlibraryExW = DHWImportHooker::getLoadLibraryExWHooker();