From 61390454fdd994d2496ea65225ffab0ca637d942 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Mon, 11 Sep 2023 11:00:29 +0600 Subject: [PATCH] Test fix for application window --- source/ubl-utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/ubl-utils.c b/source/ubl-utils.c index 91a3463..098e594 100644 --- a/source/ubl-utils.c +++ b/source/ubl-utils.c @@ -911,6 +911,8 @@ dictionary *yon_scan_desktops(){ } } } + g_key_file_free(gfile); + gfile = g_key_file_new(); } } }