mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-06 21:00:07 +02: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);
|
g_simple_async_result_complete (simple);
|
||||||
|
|
||||||
load_data_free (data);
|
load_data_free (data);
|
||||||
|
g_object_unref (simple);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user