From 02eb194124d379c0eda858d6f3803b840732edc1 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 4 Aug 2020 13:21:13 +0200 Subject: panel-util: Fix memory leak --- mate-panel/panel-util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mate-panel/panel-util.c b/mate-panel/panel-util.c index a5fa4296..61e8cc7e 100644 --- a/mate-panel/panel-util.c +++ b/mate-panel/panel-util.c @@ -966,6 +966,7 @@ panel_util_get_file_icon_name_if_mount (GFile *file) ret = panel_util_get_icon_name_from_g_icon (gicon); g_object_unref (gicon); } + g_object_unref (compare); g_object_unref (mount); } g_list_free (mounts); -- cgit v1.2.1