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 565614 - [mpegtsdemux] Fix memory leak
[mpegtsdemux] Fix memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-25 11:59 UTC by Sebastian Pölsterl
Modified: 2008-12-29 16:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes the memory leak (637 bytes, patch)
2008-12-25 12:00 UTC, Sebastian Pölsterl
committed Details | Review

Description Sebastian Pölsterl 2008-12-25 11:59:57 UTC
mpegtsdemux contains a memory leak in mpegts_packetizer_parse_eit where the components GValue isn't freed.
Comment 1 Sebastian Pölsterl 2008-12-25 12:00:26 UTC
Created attachment 125299 [details] [review]
Fixes the memory leak
Comment 2 Wim Taymans 2008-12-29 16:29:10 UTC
        Patch by: Sebastian Pölsterl <sebp at k-d-w dot org>

        * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_eit):
        Fix memleak. Fixes #565614.