emersion / mako

A lightweight Wayland notification daemon
https://wayland.emersion.fr/mako
MIT License
2.24k stars 138 forks source link

fix segfault when surface->surface_output is NULL #442

Closed kamiyaa closed 2 years ago

kamiyaa commented 2 years ago

Just adds a check to make sure surface_output is not NULL

I believe this fixes https://github.com/emersion/mako/issues/441 and https://github.com/emersion/mako/issues/440

Feedback is appreciated