mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[834/906] gstglwindow: clear mutex
This commit is contained in:
parent
52119203f9
commit
e5ed59e61c
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue