Skip to content

scene: Fix previous pixmap ref'ing

Vlad Zahorodnii requested to merge work/zzag/fix-previous-pixmap-ref-ing into master

discardPixmap() increases the reference counter, but there's no matching place where the ref count is decreased, which results in the previous pixmap not being released even if it's not needed anymore.

Merge request reports