Skip to content

gl: wayland: cleanup on close

The proxy and queue are created in the gst_gl_window_wayland_egl_open() function and will be recreated on open. This leaks both objects, the wayland client documentation mentions that they should be destroyed using the appropriate destroy functions.

Found during valgrind memory leak testing, these blocks were marked as definitely lost.

Merge request reports