]> git.proxmox.com Git - mirror_qemu.git/commit
ui/dbus: unregister clipboard on connection close
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 15 Nov 2022 12:12:13 +0000 (16:12 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 13 Mar 2023 18:57:39 +0000 (22:57 +0400)
commitb289bb301a037a2bf98c07269f5cb40561e03357
treec39400c6f0bf3c017f4f57e7e5b1290ff052424e
parent8bb6af6792f50a43807b152e1221e2ac9177f6c4
ui/dbus: unregister clipboard on connection close

Fixes unregistration with p2p connections, since they don't have an
associated name owner.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ui/dbus-clipboard.c