https://bugs.kde.org/show_bug.cgi?id=386439
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/pla | |sma-desktop/6e1ae0539c4eb62 | |979ae0d8260de2118fb232482 Resolution|DUPLICATE |FIXED --- Comment #3 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 6e1ae0539c4eb62979ae0d8260de2118fb232482 by David Edmundson. Committed on 13/11/2017 at 10:23. Pushed by davidedmundson into branch 'Plasma/5.11'. Fix crash in KAStatsFavouritesModel Summary: KAStatsFavouritesModel doesn't initialise a D-pointer for the lifespan of the KAStatsFavouritesModel, like the name implies. It is set in initForClient. If the activity changes before we have a client ID, there's no point doing anything and trying to use the clientID will crash. Test Plan: None. Reviewers: #plasma, hein Reviewed By: #plasma, hein Subscribers: anthonyfieroni, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D8608 M +12 -3 applets/kicker/plugin/kastatsfavoritesmodel.cpp https://commits.kde.org/plasma-desktop/6e1ae0539c4eb62979ae0d8260de2118fb232482 -- You are receiving this mail because: You are watching all bug changes.