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 732977 - tests/dccp: Unref parent after use
tests/dccp: Unref parent after use
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal trivial
: 1.3.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-10 01:14 UTC by Sebastian Rasmussen
Modified: 2014-07-10 21:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch fixing leak in dccp tests. (1.35 KB, patch)
2014-07-10 01:15 UTC, Sebastian Rasmussen
committed Details | Review

Description Sebastian Rasmussen 2014-07-10 01:14:09 UTC
Just like 732976 this patch attempts to unref a parent element once it is no longer used.
Comment 1 Sebastian Rasmussen 2014-07-10 01:15:11 UTC
Created attachment 280314 [details] [review]
Proposed patch fixing leak in dccp tests.
Comment 2 Tim-Philipp Müller 2014-07-10 21:13:40 UTC
Pushed, thanks:

commit c534ad8e81258ede6b43a62e98b43f689ec87c51
Author: Sebastian Rasmussen <sebras@hotmail.com>
Date:   Sun Jul 6 11:28:34 2014 +0200

    tests/icles/dccp: Release reference to parent
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732977