[834/906] gstglwindow: clear mutex

This commit is contained in:
Julien Isorce 2013-11-06 22:13:20 +00:00 committed by Matthew Waters
parent 52119203f9
commit e5ed59e61c

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