Skip to content

Avoid crash after closing window with click on titlebar's close button.

At present, if a program is allowed to continue after a decorated window is closed by clicking on the titlebar's close button, a crash occurs because libdecor-gtk attempts to redraw the titlebar of the just deleted window.

The proposed fix avoids such redraw attempt.

Merge request reports