mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01: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_SEND_MESSAGE_FLAGS_NONE,
|
||||
NULL, NULL);
|
||||
g_object_unref (reply);
|
||||
|
||||
/* handled */
|
||||
g_object_unref (message);
|
||||
|
Loading…
Reference in New Issue
Block a user