[Bug 795937] uridecodebin3: Fix GList leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 8 16:23:51 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=795937

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
 Attachment #371807|none                        |needs-work
             status|                            |

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Comment on attachment 371807
  --> https://bugzilla.gnome.org/attachment.cgi?id=371807
uridecodebin3: Fix GList leak

Thanks for the patch.

I think the

  g_list_remove_link(.., tmp)

earlier in the code should perhaps be

  g_list_delete_link(.., tmp)

instead.

-- 
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 gstreamer-bugs mailing list