mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
[834/906] gstglwindow: clear mutex
This commit is contained in:
parent
42f1d66bc6
commit
4d6de2ce1b
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_weak_ref_clear (&window->context_ref);
|
||||||
|
|
||||||
|
g_mutex_clear (&window->lock);
|
||||||
|
|
||||||
G_OBJECT_CLASS (gst_gl_window_parent_class)->finalize (object);
|
G_OBJECT_CLASS (gst_gl_window_parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue