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 594039 - missing unref in rtpsource / leak
missing unref in rtpsource / leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-03 14:08 UTC by Laurent Glayal
Modified: 2009-09-03 17:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add unref on buffer (392 bytes, patch)
2009-09-03 14:09 UTC, Laurent Glayal
none Details | Review

Description Laurent Glayal 2009-09-03 14:08:54 UTC
When on probation if received and expected seq num differ then the buffer is never unreffed.
Comment 1 Laurent Glayal 2009-09-03 14:09:38 UTC
Created attachment 142408 [details] [review]
add unref on buffer
Comment 2 Wim Taymans 2009-09-03 17:38:49 UTC
commit 371875c57abcf189c29565d8e2b448be47bfe30d
Author: Laurent Glayal <spglegle at yahoo.fr>
Date:   Thu Sep 3 19:37:10 2009 +0200

    rtpsource: fix memleak
    
    Don't leak the input buffer when the received and expected seqnum are different when
    in probation.
    
    fixes #594039