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 768718 - videoscale: fix leak in test
videoscale: fix leak in test
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 1.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-07-12 10:04 UTC by Guillaume Desmottes
Modified: 2016-07-12 10:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videoscale: fix bus leak in test (967 bytes, patch)
2016-07-12 10:05 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2016-07-12 10:04:49 UTC
.
Comment 1 Guillaume Desmottes 2016-07-12 10:05:07 UTC
Created attachment 331311 [details] [review]
videoscale: fix bus leak in test

gst_bus_add_signal_watch() takes a ref on the bus which should be
released using gst_bus_remove_signal_watch().
Comment 2 Sebastian Dröge (slomo) 2016-07-12 10:12:35 UTC
Attachment 331311 [details] pushed as 54e4551 - videoscale: fix bus leak in test