Skip to content

backends/x11: Fix a crash in KWin::X11WindowedEglPrimaryLayer::present()

Vlad Zahorodnii requested to merge work/zzag/x11-windowed-egl-backend-crash into master

CompositorWayland will call the present() function even if the beginFrame() fails, in which case, m_buffer can be null. Also, the present function has no code to reset m_buffer after it has finished using it.

SENTRY: KWIN-6JD

Merge request reports

Loading