mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
Plug a mem leak in the gdbus-peer test
==6793== 32 (24 direct, 8 indirect) bytes in 1 blocks are definitely lost in loss record 779 of 1,423 ==6793== at 0x4005BDC: malloc (vg_replace_malloc.c:195) ==6793== by 0x4057094: g_malloc (gmem.c:134) ==6793== by 0x406F2D6: g_slice_alloc (gslice.c:836) ==6793== by 0x406F31B: g_slice_alloc0 (gslice.c:848) ==6793== by 0x413D5BB: g_type_create_instance (gtype.c:1867) ==6793== by 0x412372A: g_object_constructor (gobject.c:1482) ==6793== by 0x4122E1D: g_object_newv (gobject.c:1266) ==6793== by 0x4122B93: g_object_new (gobject.c:1178) ==6793== by 0x41DB4F9: g_unix_fd_list_new (gunixfdlist.c:159) ==6793== by 0x804AADD: test_interface_method_call (gdbus-peer.c:172) Bug #628331.
This commit is contained in:
parent
bd2faedefd
commit
3df5866139
@ -180,6 +180,7 @@ test_interface_method_call (GDBusConnection *connection,
|
||||
|
||||
reply = g_dbus_message_new_method_reply (g_dbus_method_invocation_get_message (invocation));
|
||||
g_dbus_message_set_unix_fd_list (reply, fd_list);
|
||||
g_object_unref (fd_list);
|
||||
g_object_unref (invocation);
|
||||
|
||||
error = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user