----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129234/ -----------------------------------------------------------
Review request for Plasma. Repository: kpackage Description ------- My last commit to work round an obscure crash introduced a more common crash. Oops. At least it's not released. Q_GLOBAL_STATIC objects get deleted at app shutdown, however it seems so do some other KPackage objects. There's no point updating potentially finishing kjobs at shutdown, so we can simply put a guard around the global object. Diffs ----- src/kpackage/package.cpp a47f8c8d93335470c0dedb0cda80b514c3611894 Diff: https://git.reviewboard.kde.org/r/129234/diff/ Testing ------- kquitapp5 plasmashell, no crashes. Thanks, David Edmundson