https://bugs.kde.org/show_bug.cgi?id=439192
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-thunderbolt/commi | |t/09c37c1c312991d08c10c7af9 | |4a83902150cb3ad Resolution|--- |FIXED --- Comment #16 from Nate Graham <n...@kde.org> --- Git commit 09c37c1c312991d08c10c7af94a83902150cb3ad by Nate Graham, on behalf of David Edmundson. Committed on 28/09/2022 at 15:44. Pushed by ngraham into branch 'master'. Avoid combining smart pointers and qobject parent ownership Devices are stored as QSharedPointer<Device> mDevices. If something has the memory managed explicitly we don't want QObject parents to also try and do the same job. M +2 -2 src/lib/device.cpp M +1 -1 src/lib/device.h M +2 -2 src/lib/manager.cpp https://invent.kde.org/plasma/plasma-thunderbolt/commit/09c37c1c312991d08c10c7af94a83902150cb3ad -- You are receiving this mail because: You are watching all bug changes.