From cac13237d2c840d102ccc384347d6f9a8212fc13 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Mon, 9 Sep 2024 16:03:40 +0600 Subject: [PATCH] Test removal of saving parameters for tests --- source/ubinstall-gtk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index c26944b..6262fbb 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -2266,6 +2266,7 @@ void on_exit_accepted(GtkWidget *,dictionary *dict){ // free(window); // yon_dictionary_free_all(dict,NULL); // free(dict); + if (window){}; gtk_widget_destroy(widgets->MainWindow); }