https://bugs.kde.org/show_bug.cgi?id=452318

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED

--- Comment #2 from David Edmundson <k...@davidedmundson.co.uk> ---
Edit: It doesn't imply that. We guard that already.
It implies we have a unbound mode for a bound output.

Can you try patching libkscreen:

WaylandOutputDevice::~WaylandOutputDevice()
{
    qDeleteAll(m_modes);
    kde_output_device_v2_destroy(object());
}

and swap these two lines so we tear down the device first.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to