https://bugs.kde.org/show_bug.cgi?id=401988

--- Comment #9 from Boudewijn Rempt <b...@valdyas.org> ---
Looks like the problem is that QEvent has a pointer member variable but no copy
constructor. The base class qcoreevent has a copy constructor. Krita copies
tablet events to put into a motion compressor thing. The pointer member doesn't
get copied, there are two tabletevents that own it, both try to delete it.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to