Skip to content

tinywl: destroy wlr_renderer, wlr_allocator and wlr_cursor

HeYong requested to merge HeYong/wlroots:destroy-renderer into master

I found that the renderer did not set a destroy listener, which resulted in a memory leak when the compositor exited. Although this is meaningless (The OS will recycle the unreleased memory together)

Merge request reports

Loading