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 765976 - factory leak in parse-launch test
factory leak in parse-launch test
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal minor
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-05-04 11:30 UTC by Guillaume Desmottes
Modified: 2016-05-05 07:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
parse-launch: fix factory leak in test (994 bytes, patch)
2016-05-04 11:30 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2016-05-04 11:30:32 UTC
I think that's the last core tests leak for now. :)
Comment 1 Guillaume Desmottes 2016-05-04 11:30:48 UTC
Created attachment 327287 [details] [review]
parse-launch: fix factory leak in test

We get 2 references one from gst_element_factory_find() and the other
from gst_plugin_feature_load().
Comment 2 Sebastian Dröge (slomo) 2016-05-05 07:06:46 UTC
Attachment 327287 [details] pushed as 6deefac - parse-launch: fix factory leak in test