mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Bug 657206 — GInputStream leaked in g_file_icon_load_async()
Add a missing unref to g_file_icon_load_async(). Closes: bgo#657206
This commit is contained in:
parent
30d9636df2
commit
ff0cf7b681
@ -330,6 +330,7 @@ load_async_callback (GObject *source_object,
|
||||
g_simple_async_result_complete (simple);
|
||||
|
||||
load_data_free (data);
|
||||
g_object_unref (simple);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user