From 8ace2148326d85312a157e19e596978361e9285d Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 5 Oct 2025 03:19:37 +0900 Subject: system/wayland: hang up security-context-v1 internally This should have been an implementation detail and should not be up to the caller to close. Signed-off-by: Ophestra --- internal/app/process.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'internal/app/process.go') diff --git a/internal/app/process.go b/internal/app/process.go index 2046ddf8..41fe4bd8 100644 --- a/internal/app/process.go +++ b/internal/app/process.go @@ -124,11 +124,6 @@ func (ms mainState) beforeExit(isFault bool) { } ms.Resume() - if ms.k.sync != nil { - if err := ms.k.sync.Close(); err != nil { - perror(err, "close wayland security context") - } - } } if ms.uintptr&mainNeedsRevert != 0 { -- cgit v1.3.1