mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
[826/906] upload: free our mutex
This commit is contained in:
parent
0da88c6516
commit
bf610e210a
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