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 425400 - Multiqueue leaks memory when releasing sink pads
Multiqueue leaks memory when releasing sink pads
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.13
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-02 07:34 UTC by Tommi Myöhänen
Modified: 2007-04-03 11:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix memleak (517 bytes, patch)
2007-04-02 07:36 UTC, Tommi Myöhänen
none Details | Review
Updated patch (606 bytes, patch)
2007-04-02 08:13 UTC, Tommi Myöhänen
committed Details | Review

Description Tommi Myöhänen 2007-04-02 07:34:51 UTC
Deactivate pads and free GstSingleQueue with gst_single_queue_free() when releasing sink pad.
Comment 1 Tommi Myöhänen 2007-04-02 07:36:34 UTC
Created attachment 85685 [details] [review]
Patch to fix memleak
Comment 2 Tommi Myöhänen 2007-04-02 08:13:54 UTC
Created attachment 85687 [details] [review]
Updated patch
Comment 3 Wim Taymans 2007-04-03 11:02:55 UTC
        Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>

        * plugins/elements/gstmultiqueue.c: (gst_multi_queue_release_pad):
        Deactivate pads and free GstSingleQueue with gst_single_queue_free()
        when releasing sink pad. Fixes #425400.