diff options
Diffstat (limited to 'tests/dbus/file-transfer-channel.c')
-rw-r--r-- | tests/dbus/file-transfer-channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/file-transfer-channel.c b/tests/dbus/file-transfer-channel.c index cd668abd0..f1b7376a9 100644 --- a/tests/dbus/file-transfer-channel.c +++ b/tests/dbus/file-transfer-channel.c @@ -125,7 +125,7 @@ static void destroy_socket_control_list (gpointer data) { GArray *tab = data; - g_array_free (tab, TRUE); + g_array_unref (tab); } static GHashTable * |