Bug #665123 - Incorrect unref of ESource in pine-importer

This commit is contained in:
Milan Crha
2011-11-29 13:10:13 +01:00
parent f325283cc3
commit b16c246151

View File

@ -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("");