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 566356 - [dvbbasebin] Couple of memleaks
[dvbbasebin] Couple of memleaks
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: 2009-01-02 20:28 UTC by Sebastian Pölsterl
Modified: 2009-01-04 11:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes memleaks (2.90 KB, patch)
2009-01-02 20:29 UTC, Sebastian Pölsterl
committed Details | Review

Description Sebastian Pölsterl 2009-01-02 20:28:44 UTC
I encountered and fixed a couple memleaks in dvbbasebin. Patch is coming next.
Comment 1 Sebastian Pölsterl 2009-01-02 20:29:10 UTC
Created attachment 125662 [details] [review]
Fixes memleaks
Comment 2 Sebastian Dröge (slomo) 2009-01-04 11:11:04 UTC
2009-01-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

        Patch by: Sebastian Pölsterl <sebp at k-d-w dot org>

        * sys/dvb/dvbbasebin.c: (dvb_base_bin_init),
        (dvb_base_bin_finalize), (dvb_base_bin_activate_program),
        (dvb_base_bin_pmt_info_cb), (dvb_base_bin_pad_added_cb),
        (dvb_base_bin_program_destroy):
        Fix some memory leaks. Fixes bug #566356.