https://bugs.kde.org/show_bug.cgi?id=439192
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-thunderbolt/commi |ma/plasma-thunderbolt/commi |t/09c37c1c312991d08c10c7af9 |t/ad691a62fbb3f4d05ef7d273e |4a83902150cb3ad |b4f7dcebbfad33d --- Comment #17 from Nate Graham <n...@kde.org> --- Git commit ad691a62fbb3f4d05ef7d273eb4f7dcebbfad33d by Nate Graham, on behalf of David Edmundson. Committed on 28/09/2022 at 15:54. Pushed by ngraham into branch 'Plasma/5.26'. 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. (cherry picked from commit 09c37c1c312991d08c10c7af94a83902150cb3ad) 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/ad691a62fbb3f4d05ef7d273eb4f7dcebbfad33d -- You are receiving this mail because: You are watching all bug changes.