[Bug 707282] Memory leak in h264 codecparser
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Jun 28 01:44:52 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=707282
GStreamer | gst-plugins-bad | git
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
CC| |t.i.m at zen.co.uk
Resolution| |FIXED
Target Milestone|HEAD |1.3.90
--- Comment #10 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-06-28 08:44:48 UTC ---
This is fixed now, right?
commit 9bd186a960132b2141e2baffebc458501133d582
Author: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
Date: Fri Jun 27 10:53:20 2014 +0200
codecparsers: h264: fix memory leak in GstH264PPS.
The gst_h264_parse_pps() function dynamically allocates the slice
group ids map array, so that needs to be cleared before parsing a
new PPS NAL unit again, or when it is no longer needed.
Likewise, a clean copy to the internal NAL parser state needs to be
performed so that to avoid a double-free corruption.
https://bugzilla.gnome.org/show_bug.cgi?id=707282
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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