Skip to content

wayland: Remove previous pixmap reference in discardPixmap()

Vlad Zahorodnii requested to merge work/zzag/erroneous-reference-pixmap into master

Don't increase the reference counter in discardPixmap() so the surface item can release the previous pixmap when a new pixmap is created successfully. This was added by mistake.

Merge request reports