[Bug 796830] webrtcbin: Memory leak when validating SDP

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 19 13:52:50 UTC 2018


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.15.1

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks for the patch, pushed:

commit 1b095e9609ef6f4a197c1fcfa662c4dc6fcea219 (HEAD -> master)
Author: Sam Gigliotti <samgig at amazon.com>
Date:   Wed Jul 18 14:26:17 2018 +0100

    webrtc: fix memory leak

    When it parses SDP, it doesn't free the error object.

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

I changed the g_error_free() to a g_clear_error() so the error gets NULL-ed as
well (makes it more resilient to future code changes).

-- 
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