Skip to content

Fix checking whether GraphicsBufferView is null

Vlad Zahorodnii requested to merge work/cherry-pick-bc2c5bf4 into Plasma/6.1

If the graphics buffer view is null, GraphicsBufferView::image() will point to a valid memory location but the QImage at that address is going to be null.

(cherry picked from commit bc2c5bf4)

Co-authored-by: Vlad Zahorodnii vlad.zahorodnii@kde.org

Merge request reports