]> xenbits.xensource.com Git - qemu-xen.git/commit
ui/dbus: fix passing SOCKET to GSocket API & leak
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 20 Mar 2023 13:36:43 +0000 (17:36 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 21 Mar 2023 07:16:03 +0000 (11:16 +0400)
commit74bc00c6b9065e34f04000a06c89cd04a814a599
tree5dff4def2e3f275f31d6dfaa43ed1038c6f2f4f2
parente40283d9a13e9a26d58b089e243e46fe7724fe89
ui/dbus: fix passing SOCKET to GSocket API & leak

-display dbus is not currently available to win32 users, so it's not
considered a regression.

Note also the close() leak fix in case of error.

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