mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 05:13:06 +02:00
tests: Fix a memory leak in gdbus-server-auth
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
da84e9eb26
commit
6978a4f87a
@ -152,6 +152,7 @@ whoami_filter_cb (GDBusConnection *connection,
|
|||||||
g_dbus_connection_send_message (connection, reply,
|
g_dbus_connection_send_message (connection, reply,
|
||||||
G_DBUS_SEND_MESSAGE_FLAGS_NONE,
|
G_DBUS_SEND_MESSAGE_FLAGS_NONE,
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
|
g_object_unref (reply);
|
||||||
|
|
||||||
/* handled */
|
/* handled */
|
||||||
g_object_unref (message);
|
g_object_unref (message);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user