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 534071 - Gdppay memleak
Gdppay memleak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal minor
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-20 16:02 UTC by Antoine Tremblay
Modified: 2008-05-21 06:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix the leak (511 bytes, patch)
2008-05-20 16:04 UTC, Antoine Tremblay
committed Details | Review

Description Antoine Tremblay 2008-05-20 16:02:43 UTC
When the caps change the existing caps_buf isn't unreffed
before a new one is set..
Comment 1 Antoine Tremblay 2008-05-20 16:04:32 UTC
Created attachment 111235 [details] [review]
Patch to fix the leak
Comment 2 Sebastian Dröge (slomo) 2008-05-21 06:44:44 UTC
2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>

        Patch by: Antoine Tremblay <hexa00 at gmail dot com>

        * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
        Close a buffer memory leak. Fixes bug #534071.