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

--- Comment #16 from David Edmundson <k...@davidedmundson.co.uk> ---
Aha, there's another obvious place for leaking.

   QFile file{m_dir + QStringLiteral("smaps_rollup")};
    if (!file.open(QIODevice::ReadOnly)) {
        return;
    }


We never hit emit finished(), no-one cleans us up.
Also explains why it's some users and not others.

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

Reply via email to