GNOME Bugzilla – Bug 516061
[h264parse] fix a few new memory leaks
Last modified: 2008-02-13 14:40:45 UTC
A patch with simple memleak fix follows.
Created attachment 105069 [details] [review] patch to fix memleak
Thanks - looks fine. Marking for commit - anyone, feel free or I'll get to it later :)
Patch by: Josep Torra Valles <josep@fluendo.com> * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse): Fix potential buffer leak in reverse mode. Fixes #516061.
Reopening because wasn't completely fixed.
Created attachment 105135 [details] [review] Patch that complements the previous one and fixes the issue. This new complementary pacth fixes the issue.
Patch by: Josep Torra Valles <josep@fluendo.com> * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse): Fix potential buffer leak in reverse mode. Re-Fixes #516061.