https://bugs.kde.org/show_bug.cgi?id=525748
Zamundaaa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/e3908ecea5 | |b5e93e5d43712e3cd035a69197a | |ce1 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from Zamundaaa <[email protected]> --- Git commit e3908ecea5b5e93e5d43712e3cd035a69197ace1 by Xaver Hugl. Committed on 16/09/2026 at 11:40. Pushed by zamundaaa into branch 'master'. core/gbmgraphicsbufferallocator: destroy gbm_bo as soon as possible This avoids crashing when the buffer outlives the allocator, which is sometimes required when rendering to the buffer. The buffer's life time is instead simply bound to the dmabuf file descriptor. To make that possible, this also removes the ability to map gbm buffers, but that was unused anyways. If we need it again, it would be pretty trivial to add it back for linear buffers specifically. M +7 -45 src/core/gbmgraphicsbufferallocator.cpp https://invent.kde.org/plasma/kwin/-/commit/e3908ecea5b5e93e5d43712e3cd035a69197ace1 -- You are receiving this mail because: You are watching all bug changes.
