Plug two memory leaks

This commit is contained in:
2022-06-04 01:18:56 +02:00
parent b6315482b7
commit efc13db66e
2 changed files with 6 additions and 6 deletions

View File

@@ -209,6 +209,7 @@ create_row(FivSidebar *self, GFile *file, const char *icon_name)
gtk_container_add(GTK_CONTAINER(row), revealer);
gtk_widget_show_all(row);
g_object_unref(info);
return row;
}