[evolution-ews] Do not free the id_list as we do not copy the list now.
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Do not free the id_list as we do not copy the list now.
- Date: Wed, 5 Oct 2011 08:55:57 +0000 (UTC)
commit bb4464148cbd0f590c4865cbc85d83cba5d53d39
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Wed Oct 5 14:24:22 2011 +0530
Do not free the id_list as we do not copy the list now.
src/addressbook/e-book-backend-ews.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-ews.c b/src/addressbook/e-book-backend-ews.c
index 5977dbd..d0ad908 100644
--- a/src/addressbook/e-book-backend-ews.c
+++ b/src/addressbook/e-book-backend-ews.c
@@ -842,9 +842,6 @@ ews_book_remove_contact_cb (GObject *object, GAsyncResult *res, gpointer user_da
g_warning ("\nError removing contact %s \n", error->message);
}
- g_slist_foreach (remove_contact->sl_ids, (GFunc) g_free, NULL);
- g_slist_free (remove_contact->sl_ids);
-
g_object_unref (remove_contact->ebews);
g_object_unref (remove_contact->book);
g_free (remove_contact);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]