Reviewers: #plasma Subscribers: plasma-devel Projects: #plasma Differential Revision: https://phabricator.kde.org/D1340
Canceling the animation in the animationEnded handler triggers a crash. This is due to multiple lists being iterated and manipulated at the same time. This adds a test case which simulates the crashy situation. REVIEW: 126975