Re: [PATCH 3/3] ui/dbus: fix passing SOCKET to GSocket API & leak

2023-03-20 Thread Daniel P . Berrangé
On Mon, Mar 20, 2023 at 03:14:12PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > -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 >

[PATCH 3/3] ui/dbus: fix passing SOCKET to GSocket API & leak

2023-03-20 Thread marcandre . lureau
From: Marc-André Lureau -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 --- ui/dbus.c | 8 1 file changed, 8 insertions(+) diff --git a/ui/dbus.c b/ui/dbus