From e5ed59e61c78c88e342ecef686f932911cc6019a Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Wed, 6 Nov 2013 22:13:20 +0000 Subject: [PATCH] [834/906] gstglwindow: clear mutex --- gst-libs/gst/gl/gstglwindow.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/gl/gstglwindow.c b/gst-libs/gst/gl/gstglwindow.c index 2e1775c788..bc00b170a3 100644 --- a/gst-libs/gst/gl/gstglwindow.c +++ b/gst-libs/gst/gl/gstglwindow.c @@ -183,6 +183,8 @@ gst_gl_window_finalize (GObject * object) g_weak_ref_clear (&window->context_ref); + g_mutex_clear (&window->lock); + G_OBJECT_CLASS (gst_gl_window_parent_class)->finalize (object); }