Skip to content

wayland: Fix refcount error

Rastersoft requested to merge rastersoft/mutter:fix_refcount_bug into master

The Meta.WaylandClient constructor receives a GSubprocessLauncher as a parameter, and stores it internally. Unfortunately, its refcount value isn't increased, which results in the object being released twice.

This patch fixes this bug.

Edited by Rastersoft

Merge request reports