[Bug 76119] lots of avatar-related g_file_get_path() results are leaked
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Mar 13 07:30:23 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=76119
--- Comment #1 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
> @@ -2797,19 +2797,21 @@ mime_file_written (GObject *source_object,
> + path = g_file_get_path (file);
> @@ -2828,8 +2830,7 @@ mime_file_written (GObject *source_object,
> - self->priv->identifier,
> - g_file_get_path (avatar_data->file));
> + self->priv->identifier, path);
Wrong path: avatar_data->file is not the same as avatar_data->mime_file.
Everything else looks fine.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list