[834/906] gstglwindow: clear mutex

This commit is contained in:
Julien Isorce 2013-11-06 22:13:20 +00:00 committed by Tim-Philipp Müller
parent 42f1d66bc6
commit 4d6de2ce1b

View file

@ -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);
}