[Bug 761070] h265parse: Fix buffer memory leak
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jan 25 05:56:06 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761070
Thiago Sousa Santos <thiagossantos at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|1.7.2 |1.6.4
--- Comment #4 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Merged to 1.6:
commit 6520a2c6866203d0e141ef7987de10cd6fc38b8f
Author: Vineeth TM <vineeth.tm at samsung.com>
Date: Mon Jan 25 13:33:09 2016 +0900
h265parse: Fix buffer leak when sps is not present
When sps data is NULL, the buffer allocated and mapped is not being freed.
In this scenario there is no need to allocate the buffer as we are supposed
to return NULL.
https://bugzilla.gnome.org/show_bug.cgi?id=761070
commit 9bc4dfd004316f6ff4d6552c9c292537e608b7a0
Author: Vineeth TM <vineeth.tm at samsung.com>
Date: Mon Jan 25 12:05:12 2016 +0900
h265parse: Fix buffer memory leak.
While setting caps, codec_data buffer is mapped, but not being unmapped
leading to memory leaks.
https://bugzilla.gnome.org/show_bug.cgi?id=761070
--
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