Skip to content

Fix checking whether GraphicsBufferView is null

Vlad Zahorodnii requested to merge work/zzag/graphics-buffer-view-is-null into master

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.

Merge request reports