GNOME Bugzilla – Bug 657206
GInputStream leaked in g_file_icon_load_async()
Last modified: 2011-08-24 06:56:21 UTC
There's a missing unref in load_async_callback() in gfileicon.c, which caused bug #656682. Patch coming to fix this.
Created attachment 194535 [details] [review] Add a missing unref to g_file_icon_load_async()
Review of attachment 194535 [details] [review]: Looks correct, please commit.
Comment on attachment 194535 [details] [review] Add a missing unref to g_file_icon_load_async() commit ff0cf7b681a2aac3b0f4b5608c8500db969ad4b7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Aug 23 23:47:54 2011 +0100 Bug 657206 — GInputStream leaked in g_file_icon_load_async() Add a missing unref to g_file_icon_load_async(). Closes: bgo#657206 gio/gfileicon.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)