My KWIN fork where I work on features like per-output virtual desktops
9558edb96d
After deleting an OutputInterface the resources are not necessarily destroyed, so unbind might still be called. The existing code just casted the resource's user data which could then point to invalidated memory. This change verifies that we still have a Private* for the resource. If not, it doesn't have to do any cleanup anyway. REVIEW: 126097 |
||
---|---|---|
src/wayland |