Merge pull request #2364 from fufesou/fix_wayland_ubuntu_22

fix build
This commit is contained in:
RustDesk
2022-11-29 23:26:12 +08:00
committed by GitHub

View File

@@ -661,6 +661,7 @@ fn run(sp: GenericService) -> ResultType<()> {
} }
} }
#[cfg(target_os = "linux")]
if !scrap::is_x11() { if !scrap::is_x11() {
super::wayland::release_resouce(); super::wayland::release_resouce();
} }