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 685512 - rtpgstdepay has a memory leak
rtpgstdepay has a memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.0.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-04 18:34 UTC by rohde
Modified: 2012-10-04 18:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes the memory leak (817 bytes, patch)
2012-10-04 18:38 UTC, rohde
committed Details | Review

Description rohde 2012-10-04 18:34:43 UTC
rtpgstdepay does not correctly free the rtp buffer.
Comment 1 rohde 2012-10-04 18:38:14 UTC
Created attachment 225840 [details] [review]
Fixes the memory leak
Comment 2 Tim-Philipp Müller 2012-10-04 18:48:32 UTC
Thanks, pushed:

 commit 47a8eb7ca89cb2339f5220fb674bc3d1affeadb8
 Author: Rasmus Rohde <rohde@duff.dk>
 Date:   Thu Oct 4 20:32:45 2012 +0200

    gstrtpdepay: don't leak input buffer
    
    The rtp buffer is never unmapped in the normal code exit path
    of gst_rtp_gst_depay_process(..) resulting in a memory leak.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685512

(sorry I messed up the summary prefix).