Fix several memory leaks. Also, use monitors around sensetive structures.

This commit is contained in:
pedemont@us.ibm.com
2005-02-24 23:17:36 +00:00
parent afaf91f24e
commit b1742d89ce
7 changed files with 251 additions and 105 deletions

View File

@@ -71,6 +71,10 @@ public class TestJavaProxy {
System.out.println(file.getPath());
}
// cleanup
directory = null;
entries = null;
XPCOM.shutdownXPCOM(null);
}
}