diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-26 14:37:41 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-26 16:30:50 +0100 |
commit | b29452b531d9edadeb5558697c58c35ecf2f44c2 (patch) | |
tree | c48191112ae06a300dbcce0d2b23665f0e3cce19 /examples | |
parent | b8b0af6611ffabc84ad992697e2ae6c87e3483d8 (diff) |
Use tp_value_array_free instead of g_value_array_free
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cm/contactlist/conn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cm/contactlist/conn.c b/examples/cm/contactlist/conn.c index bc7876ce4..3c48f3a9f 100644 --- a/examples/cm/contactlist/conn.c +++ b/examples/cm/contactlist/conn.c @@ -174,7 +174,7 @@ alias_updated_cb (ExampleContactList *contact_list, tp_svc_connection_interface_aliasing_emit_aliases_changed (self, aliases); g_ptr_array_unref (aliases); - g_value_array_free (pair); + tp_value_array_free (pair); } static void |