From 7281187a8c48c2e43fcdb664a88a1f8dfac287a6 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 8 Nov 2024 16:35:58 +0600 Subject: [PATCH] Crash fix --- source/ubl-settings-kernel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/ubl-settings-kernel.c b/source/ubl-settings-kernel.c index 76ba255..9738ed5 100644 --- a/source/ubl-settings-kernel.c +++ b/source/ubl-settings-kernel.c @@ -270,6 +270,7 @@ void on_install_accept(GtkWidget *, dictionary *dict){ tab->module_installed=1; free(dict->first->next->next); dict->first->next->next=NULL; + on_subwindow_close(window->Window); } dialog_window *yon_dialog_window_new(){