diff options
Diffstat (limited to 'tests/lib/params-cm.c')
-rw-r--r-- | tests/lib/params-cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/params-cm.c b/tests/lib/params-cm.c index c8c1199bd..2a615b3b3 100644 --- a/tests/lib/params-cm.c +++ b/tests/lib/params-cm.c @@ -201,7 +201,7 @@ tp_tests_param_connection_manager_free_params (TpTestsCMParams *p) g_free (p->a_string); g_strfreev (p->a_array_of_strings); if (p->a_array_of_bytes != NULL) - g_array_free (p->a_array_of_bytes, TRUE); + g_array_unref (p->a_array_of_bytes); g_free (p->a_object_path); g_slice_free (TpTestsCMParams, p); |