diff options
Diffstat (limited to 'java/test/IcePack/deployer/Client.java')
-rw-r--r-- | java/test/IcePack/deployer/Client.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test/IcePack/deployer/Client.java b/java/test/IcePack/deployer/Client.java index bf172cb8f81..99dc591e5f8 100644 --- a/java/test/IcePack/deployer/Client.java +++ b/java/test/IcePack/deployer/Client.java @@ -64,6 +64,7 @@ public class Client } } + System.gc(); System.exit(status); } } |