From 1d02da06db2afdcbc70801066139085d0d7853af Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Wed, 24 Dec 2025 16:04:38 +0000 Subject: [PATCH] Test fix for crash --- source/ubinstall-gtk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index b6175f4..d211c12 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -404,8 +404,8 @@ void on_exit_accepted(main_window *widgets){ } main_config.exit_accepted=1; while(gtk_events_pending()) gtk_main_iteration(); - gtk_widget_destroy(widgets->MainWindow); - gtk_main_quit(); + // gtk_widget_destroy(widgets->MainWindow); + // gtk_main_quit(); } gboolean on_yon_exit(GtkWidget *,GdkEvent*, main_window *widgets){