After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 516061 - [h264parse] fix a few new memory leaks
[h264parse] fix a few new memory leaks
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-12 17:35 UTC by Josep Torra Valles
Modified: 2008-02-13 14:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix memleak (1.30 KB, patch)
2008-02-12 17:41 UTC, Josep Torra Valles
committed Details | Review
Patch that complements the previous one and fixes the issue. (663 bytes, patch)
2008-02-13 12:46 UTC, Josep Torra Valles
committed Details | Review

Description Josep Torra Valles 2008-02-12 17:35:26 UTC
A patch with simple memleak fix follows.
Comment 1 Josep Torra Valles 2008-02-12 17:41:34 UTC
Created attachment 105069 [details] [review]
patch to fix memleak
Comment 2 Jan Schmidt 2008-02-12 18:16:32 UTC
Thanks - looks fine. Marking for commit - anyone, feel free or I'll get to it later :)
Comment 3 Wim Taymans 2008-02-12 18:29:30 UTC
        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.
Comment 4 Josep Torra Valles 2008-02-13 12:44:03 UTC
Reopening because wasn't completely fixed.
Comment 5 Josep Torra Valles 2008-02-13 12:46:51 UTC
Created attachment 105135 [details] [review]
Patch that complements the previous one and fixes the issue.

This new complementary pacth fixes the issue.
Comment 6 Wim Taymans 2008-02-13 14:40:45 UTC
        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.