[gnome-online-miners/wip/facebook: 7/8] src: trivial: some spaces
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-miners/wip/facebook: 7/8] src: trivial: some spaces
- Date: Mon, 29 Jul 2013 12:37:35 +0000 (UTC)
commit 4a417c0a7e128154170487ea8a1a2345c31b969f
Author: Álvaro Peña <alvaropg gmail com>
Date: Tue Jul 23 21:36:36 2013 +0200
src: trivial: some spaces
src/gom-facebook-miner.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/gom-facebook-miner.c b/src/gom-facebook-miner.c
index a9eac18..868d1ba 100644
--- a/src/gom-facebook-miner.c
+++ b/src/gom-facebook-miner.c
@@ -285,6 +285,7 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
&resource_exists,
job->datasource_urn, identifier,
"nfo:RemoteDataObject", (const gchar *) class,
NULL);
+
if (*error != NULL)
goto out;
@@ -317,6 +318,7 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
job->cancellable, error,
job->datasource_urn, resource,
"nie:title", photo_name);
+
if (*error != NULL)
goto out;
@@ -325,6 +327,7 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
job->cancellable, error,
job->datasource_urn, resource,
"nie:contentCreated", photo_created_time);
+
if (*error != NULL)
goto out;
@@ -332,6 +335,7 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
contact_resource = gom_tracker_utils_ensure_contact_resource (job->connection,
job->cancellable, error,
job->datasource_urn, creator);
+
if (*error != NULL)
goto out;
@@ -339,6 +343,7 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
job->cancellable, error,
job->datasource_urn, resource,
"nco:creator", contact_resource);
+
g_free (contact_resource);
if (*error != NULL)
goto out;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]