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 682997 - [0.11] Fix clock leak in inputselector
[0.11] Fix clock leak in inputselector
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.11.x
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-29 22:11 UTC by Arnaud Vrac
Modified: 2012-09-24 18:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add missing unref after gst_element_get_clock (614 bytes, patch)
2012-08-29 22:11 UTC, Arnaud Vrac
committed Details | Review

Description Arnaud Vrac 2012-08-29 22:11:09 UTC
Created attachment 222883 [details] [review]
Add missing unref after gst_element_get_clock

Add missing unref after gst_element_get_clock
Comment 1 Tim-Philipp Müller 2012-08-30 18:50:36 UTC
Thanks, pushed:

 commit dc86e65265dc8f29d1180cc4cf4dbcf25320a856
 Author: Arnaud Vrac <avrac@freebox.fr>
 Date:   Thu Aug 30 19:47:57 2012 +0100

    inputselector: fix clock leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682997

Please create patches with:

  $ git format-patch -1

next time, so it can be applied with 'git am'.