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

--- Comment #18 from David Edmundson <k...@davidedmundson.co.uk> ---
SystemTray hits this early return, with the fairly unhelpful commit


void Applet::destroy()
{
    if (immutability() != Types::Mutable || d->transient || !d->started) {
        return; // don't double delete
    }

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

Reply via email to