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


Attachments
Patch fixing leak in rtp test. (1.19 KB, patch)
2014-07-10 01:10 UTC, Sebastian Rasmussen
none Details | Review
Patch fixing leak in videocrop test. (766 bytes, patch)
2014-07-10 01:11 UTC, Sebastian Rasmussen
none Details | Review
Patch fixing leak in rtp test. (1.24 KB, patch)
2014-07-10 01:12 UTC, Sebastian Rasmussen
committed Details | Review
Patch fixing leak in videocrop test. (816 bytes, patch)
2014-07-10 01:12 UTC, Sebastian Rasmussen
committed Details | Review

Description Sebastian Rasmussen 2014-07-10 01:10:30 UTC
Fix leak of parent element in videocrop and rtp tests.
Comment 1 Sebastian Rasmussen 2014-07-10 01:10:54 UTC
Created attachment 280310 [details] [review]
Patch fixing leak in rtp test.
Comment 2 Sebastian Rasmussen 2014-07-10 01:11:11 UTC
Created attachment 280311 [details] [review]
Patch fixing leak in videocrop test.
Comment 3 Sebastian Rasmussen 2014-07-10 01:12:31 UTC
Created attachment 280312 [details] [review]
Patch fixing leak in rtp test.

D'oh too early in the morning, forgot to add the Fixes footer.
Comment 4 Sebastian Rasmussen 2014-07-10 01:12:48 UTC
Created attachment 280313 [details] [review]
Patch fixing leak in videocrop test.

D'oh too early in the morning, forgot to add the Fixes footer.
Comment 5 Tim-Philipp Müller 2014-07-10 21:28:07 UTC
commit c541e56b0cdf8a07258de71f69b3e55d28a677b1
Author: Sebastian Rasmussen <sebras@hotmail.com>
Date:   Sun Jul 6 11:27:36 2014 +0200

    tests: fix pipeline leak in videocrop test
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732976

commit 5cd0261f771053d642bf3a271f38a21e17347430
Author: Sebastian Rasmussen <sebras@hotmail.com>
Date:   Sun Jul 6 11:26:46 2014 +0200

    examples: client-rtpaux: Release reference to parent when done
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732976