https://bugs.kde.org/show_bug.cgi?id=439948
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #2 from David Edmundson <k...@davidedmundson.co.uk> --- paste.cpp > const QMimeData *m_mimeData; Well there's our problem. The lifespan of the mimedata is managed by the backend. Storing a pointer we don't own for an async job is not safe. -- You are receiving this mail because: You are watching all bug changes.