system/dbus: dump buffer internally

This should have been an implementation detail and should not be up to the caller to call it.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-10-04 20:27:27 +09:00
parent a5f0aa3f30
commit 9462af08f3
4 changed files with 13 additions and 20 deletions

View File

@@ -134,9 +134,6 @@ func (ms mainState) beforeExit(isFault bool) {
perror(err, "close wayland security context")
}
}
if ms.k.dbusMsg != nil {
ms.k.dbusMsg()
}
}
if ms.uintptr&mainNeedsRevert != 0 {