[Bug 761070] h265parse: Fix buffer memory leak
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jan 25 05:18:43 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761070
Thiago Sousa Santos <thiagossantos at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |thiagossantos at gmail.com
Resolution|--- |FIXED
Target Milestone|git master |1.7.2
--- Comment #3 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
commit e389211aa54f2b1da9df9dbe80f8624ba5e045db
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 6a35a4018e4274ce1965054161e92291d19f6291
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