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 709079 - rtpgstpay: Leaks memory
rtpgstpay: Leaks memory
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-30 10:27 UTC by Ognyan Tonchev (redstar_)
Modified: 2013-10-02 09:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes a small memory leak when removing links from the list of pending buffers (1.22 KB, patch)
2013-09-30 10:27 UTC, Ognyan Tonchev (redstar_)
committed Details | Review

Description Ognyan Tonchev (redstar_) 2013-09-30 10:27:03 UTC
Created attachment 256066 [details] [review]
Fixes a small memory leak when removing links from the list of pending buffers

rtpgstpay leaks GList links for the list of pending buffers
Comment 1 Sebastian Dröge (slomo) 2013-10-02 09:13:15 UTC
commit 93d5e182d213ddbee312c5448c0e0ea7adebb722
Author: Ognyan Tonchev <ognyan@axis.com>
Date:   Mon Sep 30 12:24:32 2013 +0200

    rtpgstpay: Fix memory leak
    
    We were leaking the GList nodes of the pending buffers.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709079
Comment 2 Tim-Philipp Müller 2013-10-02 09:32:00 UTC
Fixed I guess?