Skip to content

plugins/screencast: Avoid closing dmabuf fds twice

dmabuf fds are owned by the GraphicsBuffer, which will be destroyed when m_dmabufDataForPwBuffer.remove(buffer); is executed.

Merge request reports