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:
William Jon McCann 2012-10-19 12:12:19 -05:00 committed by Federico Mena Quintero
parent 1dfd0e8c9b
commit 03119a2b5d

View File

@ -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;
}