Fix memory leaks. Make JavaXPCOMInstance hold ref to XPCOM object.

git-svn-id: svn://10.0.0.236/trunk@164510 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2004-10-27 17:10:03 +00:00
parent 0b329a63b0
commit 23bd99e9d9
5 changed files with 39 additions and 23 deletions

View File

@@ -166,6 +166,7 @@ public class TestArray {
System.gc();
dumpArray(array, 0, null, 0);
localFile = null;
componentManager = null;
System.gc();
GeckoEmbed.termEmbedding();