Skip to content

scenes/opengl: Fix null dereference in OpenGLWindow::windowTexture()

Vlad Zahorodnii requested to merge work/zzag/fix-crash-in-window-texture into master

If the SurfaceItem has no SurfacePixmap, kwin will crash when trying to access the surface texture.

BUG: 437709

Merge request reports