Skip to content

Commit 6cdebbb

Browse files
committed
Use garbage collector
1 parent 55bc5ea commit 6cdebbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/io/github/thistestuser/DeobfuscatorFrame.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ public void windowClosing(WindowEvent e)
642642
{
643643
thread.stop();
644644
thread = null;
645+
System.gc();
645646
}
646647
e.getWindow().dispose();
647648
}

0 commit comments

Comments
 (0)