https://bugs.kde.org/show_bug.cgi?id=382386
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/pla | |sma-workspace/3ff8c1f65ebeb | |5c0b7c2d2af59c9330558fcdb5e Resolution|--- |FIXED Version Fixed In| |5.10.5 Status|UNCONFIRMED |RESOLVED --- Comment #2 from Kai Uwe Broulik <k...@privat.broulik.de> --- Git commit 3ff8c1f65ebeb5c0b7c2d2af59c9330558fcdb5e by Kai Uwe Broulik. Committed on 27/07/2017 at 13:49. Pushed by broulik into branch 'Plasma/5.10'. [AppMenu Applet] Pass "ctx" as context instead of "this" We copy "ctx" pointer by value into our lambda but by the time our timer fires, it might be gone already. Instead, pass "ctx" as context to QTimer::singleShot so it won't fire when it's gone. FIXED-IN: 5.10.5 Differential Revision: https://phabricator.kde.org/D6951 M +1 -1 applets/appmenu/lib/appmenuapplet.cpp https://commits.kde.org/plasma-workspace/3ff8c1f65ebeb5c0b7c2d2af59c9330558fcdb5e -- You are receiving this mail because: You are watching all bug changes.