aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/addressbook-file/addressbook-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/addressbook-file/addressbook-file.c')
-rw-r--r--plugins/addressbook-file/addressbook-file.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/addressbook-file/addressbook-file.c b/plugins/addressbook-file/addressbook-file.c
index 8320a31db5..3a237c1fe0 100644
--- a/plugins/addressbook-file/addressbook-file.c
+++ b/plugins/addressbook-file/addressbook-file.c
@@ -42,14 +42,14 @@ e_book_file_dummy (EPlugin *epl, EConfigHookItemFactoryData *data)
}
relative_uri = e_source_peek_relative_uri (source);
- if (relative_uri && *relative_uri) {
- g_free (uri_text);
-
+ g_free (uri_text);
+
+
+ if (relative_uri && *relative_uri) {
return NULL;
}
e_source_set_relative_uri (source, e_source_peek_uid (source));
- uri_text = e_source_get_uri (source);
return NULL;
}