From d874fe4e32e5cfd4d5dcd26b95f9f05d2221a191 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 29 Oct 2007 06:23:15 +0000 Subject: Fix the crash introduced by the previous commit. 2007-10-29 Srinivasa Ragavan * backends/file/e-book-backend-file.c: (book_view_thread): Fix the crash introduced by the previous commit. svn path=/trunk/; revision=8159 --- addressbook/ChangeLog | 5 +++++ addressbook/backends/file/e-book-backend-file.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bee823110..ab4e804fb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2007-10-29 Srinivasa Ragavan + + * backends/file/e-book-backend-file.c: (book_view_thread): Fix the crash + introduced by the previous commit. + 2007-10-22 Akhil Laddha ** Fix for bug #486873 diff --git a/addressbook/backends/file/e-book-backend-file.c b/addressbook/backends/file/e-book-backend-file.c index c93a0a46a..59da41d91 100644 --- a/addressbook/backends/file/e-book-backend-file.c +++ b/addressbook/backends/file/e-book-backend-file.c @@ -580,7 +580,6 @@ book_view_thread (gpointer data) if (db_error == 0) { e_data_book_view_notify_update_prefiltered_vcard (book_view, id, vcard_dbt.data); - g_free (vcard_dbt.data); } else { g_warning (G_STRLOC ": db->get failed with %s", db_strerror (db_error)); -- cgit v1.2.1