Fix window creation on wayland

This commit is contained in:
dec05eba
2024-12-08 03:14:00 +01:00
parent d138a1fe73
commit a25cbc1ef6

View File

@@ -210,6 +210,8 @@ static bool gsr_window_wayland_init(gsr_window_wayland *self) {
goto fail;
}
return true;
fail:
gsr_window_wayland_deinit(self);
return false;