mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
GDBus: Take a reference to the GDBusInterfaceInfo object
Things will still work fine if the GDBusInterfaceInfo is allocated statically because if so the ref_count will be -1. Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -822,7 +822,7 @@ dmp_on_new_connection (GDBusServer *server,
|
||||
data,
|
||||
NULL,
|
||||
&error);
|
||||
//g_dbus_node_info_unref (node);
|
||||
g_dbus_node_info_unref (node);
|
||||
}
|
||||
|
||||
static gpointer
|
||||
|
Reference in New Issue
Block a user