From 35b2f4bbc814ea8358cc6a4041fcb8a0d6965145 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Wed, 29 Sep 1999 23:23:56 +0000 Subject: [PATCH] added apprunner dlls git-svn-id: svn://10.0.0.236/trunk@49368 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/doc/leaks.html | 476 ++++++++++++++++++++++++++++++++++- 1 file changed, 466 insertions(+), 10 deletions(-) diff --git a/mozilla/xpcom/doc/leaks.html b/mozilla/xpcom/doc/leaks.html index e1e974c4468..2ad689b395a 100644 --- a/mozilla/xpcom/doc/leaks.html +++ b/mozilla/xpcom/doc/leaks.html @@ -61,7 +61,7 @@ Quit dp - +working... @@ -83,7 +83,7 @@ Quit necko.dll -warren + @@ -91,7 +91,7 @@ Quit necko_resource.dll -warren + @@ -99,7 +99,7 @@ Quit necko_file.dll -warren + @@ -123,7 +123,7 @@ Quit mimetype.dll -dp + @@ -139,7 +139,7 @@ Quit profile.dll -dp + @@ -261,6 +261,462 @@ Quit +

+

+ +

+Apprunner only

+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentLeaks fixing by...Status
addrbook.dll
bookmarks.dll
brprof.dll
chrome.dll
cnvts.dll
cookie.dll
directory.dll
emitter.dll
ender.dll
eventloop.dll
intlcmpt.dll
jar50.dll
jsurl.dll
mime.dll
mork.dll
mozbrwsr.dll
mozfind.dll
mozucth.dll
mozxfer.dll
msgbase.dll
msgcompo.dll
msgdb.dll
msgimap.dll
msglocal.dll
msgnews.dll
nativeapp.dll
necko_about.dll
necko_data.dll
necko_ftp.dll
necko_http.dll
nsjpg.dll
nspng.dll
nsprefm.dll
nsxpi.dll
pics.dll
prefwind.dll
rdfdomds.dll
regviewer.dll
related.dll
sample.dll
search.dll
streamconv.dll
strres.dll
txmgr.dll
txtsvc.dll
ucvcn.dll
ucvja.dll
ucvko.dll
ucvtw.dll
ucvtw2.dll
vcard.dll
wallet.dll
wlltvwrs.dll
xpctest.dll
xpiflash.dll
+
 

How to fix leaks in a dll

@@ -277,10 +733,10 @@ Then invoke TestShutdown as
    % TestShutdown {123d4-4908-490840-409850}
  • -Make sure there are no leaks from the purify output.
    -Use ns<dll>Module::Shutdown() to release any global memory that is being -leaked.
  • - +Make sure there are no leaks from the purify output. + +
    Use ns<dll>Module::Shutdown() to release any global memory that +is being leaked.