placeview: Don't leak the file enumerator

Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=774634
This commit is contained in:
Matthias Clasen 2016-11-17 13:50:25 -05:00
parent 0cec768b54
commit 214eb5860d

View File

@ -1010,6 +1010,7 @@ network_enumeration_finished (GObject *source_object,
priv->networks_fetching_cancellable,
network_enumeration_next_files_finished,
user_data);
g_object_unref (enumerator);
}
}