diff options
-rw-r--r-- | src/idousermenuitem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/idousermenuitem.c b/src/idousermenuitem.c index 387c851..8d8673e 100644 --- a/src/idousermenuitem.c +++ b/src/idousermenuitem.c @@ -305,7 +305,6 @@ ido_user_menu_item_set_icon_from_file_icon (IdoUserMenuItem *self, file = g_file_icon_get_file (G_FILE_ICON (icon)); path = g_file_get_path (file); - g_object_unref (file); /* width and height will always be set by this function */ gtk_icon_size_lookup_for_settings (gtk_widget_get_settings (GTK_WIDGET (self)), |