ximagesrc: Free various props during cleanup
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8648>
This commit is contained in:
parent
e3818d0e1b
commit
1d2bd1df6c
@ -1092,6 +1092,7 @@ gst_ximage_src_finalize (GObject * object)
|
|||||||
if (src->xcontext)
|
if (src->xcontext)
|
||||||
ximageutil_xcontext_clear (src->xcontext);
|
ximageutil_xcontext_clear (src->xcontext);
|
||||||
|
|
||||||
|
g_free (src->display_name);
|
||||||
g_free (src->xname);
|
g_free (src->xname);
|
||||||
g_mutex_clear (&src->pool_lock);
|
g_mutex_clear (&src->pool_lock);
|
||||||
g_mutex_clear (&src->x_lock);
|
g_mutex_clear (&src->x_lock);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user