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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 5 22:29:28 PDT 2015


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

--- Comment #6 from Jan Schmidt <thaytan at noraisin.net> ---
Created attachment 308835
  --> https://bugzilla.gnome.org/attachment.cgi?id=308835&action=edit
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.

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