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 733121 - debugutils: Unref pad template after use
debugutils: Unref pad template after use
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal minor
: 1.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-13 14:08 UTC by Sebastian Rasmussen
Modified: 2014-07-16 14:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch fixing leak. (862 bytes, patch)
2014-07-13 14:09 UTC, Sebastian Rasmussen
committed Details | Review

Description Sebastian Rasmussen 2014-07-13 14:08:49 UTC
gst_pad_get_pad_template() returns a reference that must be freed.
Comment 1 Sebastian Rasmussen 2014-07-13 14:09:37 UTC
Created attachment 280582 [details] [review]
Proposed patch fixing leak.
Comment 2 Sebastian Dröge (slomo) 2014-07-16 14:44:53 UTC
commit 4dca9a79a2b4fb1173ca9ee8bd2dea22ed95a951
Author: Sebastian Rasmussen <sebras@hotmail.com>
Date:   Sat Jul 12 17:01:23 2014 +0200

    debugutils: Unref pad template after use
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733121