Commit 745c52e8 authored by Ahmed Ashour's avatar Ahmed Ashour Committed by skylot

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

parent cab3f5da
......@@ -967,6 +967,7 @@ public class MainWindow extends JFrame {
settings.setMainWindowExtendedState(getExtendedState());
cancelBackgroundJobs();
dispose();
System.exit(0);
}
public JadxWrapper getWrapper() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment