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 8b334fef63
commit 748a1450a8

View File

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