From 1ee62f20d0ade28f4752d2b95d9ccac7d6e103af Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 26 Jul 2024 10:39:10 +0600 Subject: [PATCH] fixed crash --- source/ubinstall-gtk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index ddb3cd6..5eb446a 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -1142,7 +1142,6 @@ void on_page_navigation_clicked(GtkWidget *self, main_window *widgets){ } else { char *language = (char*)gtk_combo_box_get_active_id(GTK_COMBO_BOX(widgets->LanguagesCombo)); yon_config_register(lang_parameter,lang_parameter_command,language); - free(language); } if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(widgets->RegionSensitiveCheck))){ char *region = (char*)gtk_combo_box_get_active_id(GTK_COMBO_BOX(widgets->RegionCombo));