* [PATCH v2] dbus: Properly dispose touch/mouse dbus objects
@ 2023-09-01 12:45 Bilal Elmoussaoui
2023-09-01 14:28 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 2+ messages in thread
From: Bilal Elmoussaoui @ 2023-09-01 12:45 UTC (permalink / raw)
To: qemu-devel; +Cc: Marc-André Lureau, Gerd Hoffmann, Bilal Elmoussaoui
Signed-off-by: Bilal Elmoussaoui <belmouss@redhat.com>
---
ui/dbus-console.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ui/dbus-console.c b/ui/dbus-console.c
index e19774f985..36f7349585 100644
--- a/ui/dbus-console.c
+++ b/ui/dbus-console.c
@@ -150,6 +150,8 @@ dbus_display_console_dispose(GObject *object)
DBusDisplayConsole *ddc = DBUS_DISPLAY_CONSOLE(object);
unregister_displaychangelistener(&ddc->dcl);
+ g_clear_object(&ddc->iface_touch);
+ g_clear_object(&ddc->iface_mouse);
g_clear_object(&ddc->iface_kbd);
g_clear_object(&ddc->iface);
g_clear_pointer(&ddc->listeners, g_hash_table_unref);
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] dbus: Properly dispose touch/mouse dbus objects
2023-09-01 12:45 [PATCH v2] dbus: Properly dispose touch/mouse dbus objects Bilal Elmoussaoui
@ 2023-09-01 14:28 ` Philippe Mathieu-Daudé
0 siblings, 0 replies; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-09-01 14:28 UTC (permalink / raw)
To: Bilal Elmoussaoui, qemu-devel; +Cc: Marc-André Lureau, Gerd Hoffmann
On 1/9/23 14:45, Bilal Elmoussaoui wrote:
Fixes: 142ca628a7 ("ui: add a D-Bus display backend")
Fixes: de9f844ce2 ("ui/dbus: Expose a touch device interface")
> Signed-off-by: Bilal Elmoussaoui <belmouss@redhat.com>
> ---
> ui/dbus-console.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/ui/dbus-console.c b/ui/dbus-console.c
> index e19774f985..36f7349585 100644
> --- a/ui/dbus-console.c
> +++ b/ui/dbus-console.c
> @@ -150,6 +150,8 @@ dbus_display_console_dispose(GObject *object)
> DBusDisplayConsole *ddc = DBUS_DISPLAY_CONSOLE(object);
>
> unregister_displaychangelistener(&ddc->dcl);
> + g_clear_object(&ddc->iface_touch);
> + g_clear_object(&ddc->iface_mouse);
> g_clear_object(&ddc->iface_kbd);
> g_clear_object(&ddc->iface);
> g_clear_pointer(&ddc->listeners, g_hash_table_unref);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-01 14:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-01 12:45 [PATCH v2] dbus: Properly dispose touch/mouse dbus objects Bilal Elmoussaoui
2023-09-01 14:28 ` Philippe Mathieu-Daudé
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).