summaryrefslogtreecommitdiff
path: root/src/conn-mail-notif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conn-mail-notif.c')
-rw-r--r--src/conn-mail-notif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conn-mail-notif.c b/src/conn-mail-notif.c
index 0bc7169f8..afefdf7de 100644
--- a/src/conn-mail-notif.c
+++ b/src/conn-mail-notif.c
@@ -123,7 +123,7 @@ return_from_request_inbox_url (GabbleConnection *conn)
if (error == NULL)
{
- g_value_array_free (result);
+ tp_value_array_free (result);
g_ptr_array_unref (empty_array);
}
else
@@ -214,7 +214,7 @@ gabble_mail_notification_request_mail_url (
tp_svc_connection_interface_mail_notification_return_from_request_mail_url (
context, result);
- g_value_array_free (result);
+ tp_value_array_free (result);
g_ptr_array_unref (empty_array);
g_free (url);
}