mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
glcontext_egl: Remove spurious mutex unlock
The context is not locked in any call site of the "failed" goto. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5291>
This commit is contained in:
parent
6b23f2c4be
commit
bb5d5e0066
1 changed files with 0 additions and 1 deletions
|
@ -1769,7 +1769,6 @@ gst_gl_context_egl_fetch_dma_formats (GstGLContext * context)
|
||||||
failed:
|
failed:
|
||||||
{
|
{
|
||||||
g_free (formats);
|
g_free (formats);
|
||||||
GST_OBJECT_UNLOCK (context);
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue