diff -r b679cc6059ab -r d96ba820083a ui/gtk/text.c --- a/ui/gtk/text.c Sun Sep 29 15:01:14 2024 +0200 +++ b/ui/gtk/text.c Sun Sep 29 15:55:56 2024 +0200 @@ -701,7 +701,6 @@ } static void ui_path_textfield_destroy(GtkWidget *object, UiPathTextField *pathtf) { - free(pathtf->hbox); g_object_unref(pathtf->entry); free(pathtf); }