mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
waylandsink: unref the buffer pool
This commit is contained in:
parent
a67b08cdd0
commit
f800e2b4fa
1 changed files with 3 additions and 0 deletions
|
@ -184,6 +184,9 @@ gst_wayland_sink_finalize (GObject * object)
|
|||
g_object_unref (sink->window);
|
||||
if (sink->display)
|
||||
g_object_unref (sink->display);
|
||||
if (sink->pool)
|
||||
gst_object_unref (sink->pool);
|
||||
|
||||
if (sink->display_name)
|
||||
g_free (sink->display_name);
|
||||
|
||||
|
|
Loading…
Reference in a new issue