diff options
Diffstat (limited to 'src/junit/com/jogamp/test/junit/util/UITestCase.java')
-rw-r--r-- | src/junit/com/jogamp/test/junit/util/UITestCase.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/junit/com/jogamp/test/junit/util/UITestCase.java b/src/junit/com/jogamp/test/junit/util/UITestCase.java index 5bf76234d..e169405b0 100644 --- a/src/junit/com/jogamp/test/junit/util/UITestCase.java +++ b/src/junit/com/jogamp/test/junit/util/UITestCase.java @@ -55,6 +55,7 @@ public abstract class UITestCase { @AfterClass public static void oneTimeTearDown() { // one-time cleanup code + System.gc(); // force cleanup singletonInstance.unlock(); } |