My KWIN fork where I work on features like per-output virtual desktops
Find a file
David Edmundson 0b3cca4ae0 [DataOffer] Avoid calls on null DataSource
A DataOffer can slightly outlive a DataSource; a client will still be
told it's deleted but could call a method in a race.

DataOfferInterface correctly checks for source being still valid, but
nothing updates it when it gets deleted.

BUG: 396308
2020-09-21 11:02:58 +00:00
src/wayland [DataOffer] Avoid calls on null DataSource 2020-09-21 11:02:58 +00:00