aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib
diff options
context:
space:
mode:
Diffstat (limited to 'libmm-glib')
-rw-r--r--libmm-glib/tests/test-pco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-glib/tests/test-pco.c b/libmm-glib/tests/test-pco.c
index 086ce3ba..4b09d4c9 100644
--- a/libmm-glib/tests/test-pco.c
+++ b/libmm-glib/tests/test-pco.c
@@ -79,7 +79,7 @@ test_pco_list_add (void)
g_assert_cmpint (memcmp (pco_data, expected_pco->pco_data, pco_data_size), ==, 0);
}
- mm_pco_list_free (list);
+ g_list_free_full (list, g_object_unref);
}
/**************************************************************/