diff options
-rw-r--r-- | mate-panel/panel-util.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |