forked from AuroraMiddleware/gtk
Sync from Nautilus - Fix leaks
https://bugzilla.gnome.org/show_bug.cgi?id=683769 This is from nautilus commit a755aa27c636561a1ab41066484cf9bcc97667f9
This commit is contained in:
parent
1dfd0e8c9b
commit
03119a2b5d
@ -908,6 +908,7 @@ update_places (GtkPlacesSidebar *sidebar)
|
||||
|
||||
if (!g_file_is_native (root)) {
|
||||
network_mounts = g_list_prepend (network_mounts, mount);
|
||||
g_object_unref (root);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user