[Bug 753306] h264parse: fix MVC specific data memory leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 14 22:40:29 PDT 2015


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

Jan Schmidt <thaytan at noraisin.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #308835|none                        |committed
             status|                            |

--- Comment #7 from Jan Schmidt <thaytan at noraisin.net> ---
Comment on attachment 308835
  --> https://bugzilla.gnome.org/attachment.cgi?id=308835
h264parse: Clear SPS info after processing.

commit fdac09d843f6fed06f222485e8f43959430d994a
Author: Jan Schmidt <jan at centricular.com>
Date:   Thu Aug 6 14:33:54 2015 +1000

    h264parse: Clear SPS info after processing.

    The SPS struct might be filled out by a call to
    gst_h264_parser_parse_subset_sps, which fills out
    dynamically allocated data and requires a call
    to gst_h264_sps_clear() to free it. Also make sure
    to clear out any allocated SPS data when returning
    an error.

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

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