fix(gui): closing jadx main window terminates JVM (#639) (PR #641)

This commit is contained in:
Ahmed Ashour
2019-04-29 14:53:00 +02:00
committed by skylot
parent cab3f5daa7
commit 745c52e8db
@@ -967,6 +967,7 @@ public class MainWindow extends JFrame {
settings.setMainWindowExtendedState(getExtendedState());
cancelBackgroundJobs();
dispose();
System.exit(0);
}
public JadxWrapper getWrapper() {