mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[826/906] upload: free our mutex
This commit is contained in:
parent
160fad22c0
commit
de31f9eb70
1 changed files with 2 additions and 0 deletions
|
@ -452,6 +452,8 @@ gst_gl_upload_finalize (GObject * object)
|
||||||
upload->context = NULL;
|
upload->context = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_mutex_clear (&upload->lock);
|
||||||
|
|
||||||
G_OBJECT_CLASS (gst_gl_upload_parent_class)->finalize (object);
|
G_OBJECT_CLASS (gst_gl_upload_parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue