]> git.mdlowis.com Git - proto/labwc.git/commit
server: on exit, destroy backends first
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 4 Feb 2025 14:09:45 +0000 (15:09 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 4 Feb 2025 19:56:36 +0000 (19:56 +0000)
commit897799da5a94be19fd2c7226f85db046e1005dfc
tree0d95b0a74a0f386df37a312f2e3dac671b242c42
parent950337b89505b61c75c18332b8dce943ceea1971
server: on exit, destroy backends first

This fixes a UAF caused by trying to update the xcursor in a
output destroy handler, in turn caused by destroying the backend.

Fixes: #2539
src/server.c