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 778248 - ges: fix leaks in test
ges: fix leaks in test
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
unspecified
Other Linux
: Normal normal
: 1.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-02-06 14:41 UTC by Guillaume Desmottes
Modified: 2017-02-06 14:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mixers: fix leaks in tests (1.57 KB, patch)
2017-02-06 14:42 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2017-02-06 14:41:50 UTC
.
Comment 1 Guillaume Desmottes 2017-02-06 14:42:06 UTC
Created attachment 345033 [details] [review]
mixers: fix leaks in tests

- GstMessage and GstBus references were lost
- Need to call gst_bus_remove_signal_watch() for each
gst_bus_add_signal_watch_full() call
Comment 2 Thibault Saunier 2017-02-06 14:48:50 UTC
Attachment 345033 [details] pushed as da851b2 - mixers: fix leaks in tests