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 551676 - Small Memleak fix in gst_pad_link_check_compatible_unlocked
Small Memleak fix in gst_pad_link_check_compatible_unlocked
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal minor
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-10 16:03 UTC by Antoine Tremblay
Modified: 2008-10-06 08:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Memleak fix (590 bytes, patch)
2008-09-10 16:04 UTC, Antoine Tremblay
committed Details | Review

Description Antoine Tremblay 2008-09-10 16:03:25 UTC
Small memleak caused by a missing caps unref

See attached patch

Original patch by : Simon Descaries
Comment 1 Antoine Tremblay 2008-09-10 16:04:09 UTC
Created attachment 118437 [details] [review]
Memleak fix
Comment 2 Wim Taymans 2008-10-06 08:45:40 UTC
        Patch by: Antoine Tremblay <hexa00 at gmail dot com>

        * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked):
        Original patch by : Simon Descaries
        Fix small refount leak in caps compatibility check.
        Fixes #551676.