]> git.mdlowis.com Git - proto/labwc.git/commit
src/layer.c: deal with wlroots scene graph running out of memory
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 8 Apr 2024 15:59:39 +0000 (17:59 +0200)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Wed, 10 Apr 2024 06:14:59 +0000 (08:14 +0200)
commitc80b55eb69ef53b50629475c0df7208d7eb91d95
treeb6ba55209e1cd8c03c96634799435dd731e6b6aa
parent59c95ceb262b9be22d2b63f3aa1b368b69112e50
src/layer.c: deal with wlroots scene graph running out of memory

This fixes an issue detected by the static analyzer.

Rather than setting up the new popup as usual return
a wayland error to the client and destroy the popup.
src/layers.c