Fix several memory leaks. Also, use monitors around sensetive structures.
git-svn-id: svn://10.0.0.236/trunk@169795 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -71,6 +71,10 @@ public class TestJavaProxy {
|
||||
System.out.println(file.getPath());
|
||||
}
|
||||
|
||||
// cleanup
|
||||
directory = null;
|
||||
entries = null;
|
||||
|
||||
XPCOM.shutdownXPCOM(null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user