]> git.mdlowis.com Git - proto/labwc.git/commit
server: release all the resources on exit
authortokyo4j <hrak1529@gmail.com>
Mon, 11 Nov 2024 22:46:08 +0000 (07:46 +0900)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Tue, 12 Nov 2024 07:21:06 +0000 (16:21 +0900)
commiteaf11face68ee1f1bcc7ce1498304ca8c108c8ba
tree7052236a2be7377dd77f8413409a451fbc10e839
parent71629741d62dbdbb319767d41d0ec30b3dc68f96
server: release all the resources on exit

Release all the resources including wlr_allocator, wlr_renderer,
wlr_backend and wlr_scene. This makes it a lot easier to detect memory
leaks with ASAN.

On wlroots side, the commit ce615a44 needs to be reverted to detect memory
leaks with EGL renderer.
src/main.c
src/server.c