[evolution] Bug #665123 - Incorrect unref of ESource in pine-importer
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug #665123 - Incorrect unref of ESource in pine-importer
- Date: Tue, 29 Nov 2011 12:11:10 +0000 (UTC)
commit b16c24615186a2a46a052d57f3e494b54d1d3300
Author: Milan Crha <mcrha redhat com>
Date: Tue Nov 29 13:10:13 2011 +0100
Bug #665123 - Incorrect unref of ESource in pine-importer
mail/importers/pine-importer.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/mail/importers/pine-importer.c b/mail/importers/pine-importer.c
index 710e02b..ef39bcf 100644
--- a/mail/importers/pine-importer.c
+++ b/mail/importers/pine-importer.c
@@ -214,7 +214,6 @@ import_contacts (void)
}
if (!e_client_open_sync (E_CLIENT (book_client), TRUE, NULL, &error)) {
- g_object_unref (primary);
g_object_unref (source_list);
fclose (fp);
@@ -225,7 +224,6 @@ import_contacts (void)
g_error_free (error);
return;
}
- g_object_unref (primary);
g_object_unref (source_list);
line = g_string_new("");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]