mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
placeview: Don't leak the file enumerator
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=774634
This commit is contained in:
parent
0cec768b54
commit
214eb5860d
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user