aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-http-request.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/e-http-request.c')
-rw-r--r--mail/e-http-request.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/e-http-request.c b/mail/e-http-request.c
index 0f634688a2..d6fe5d2254 100644
--- a/mail/e-http-request.c
+++ b/mail/e-http-request.c
@@ -133,6 +133,7 @@ handle_http_request (GSimpleAsyncResult *res,
/* Remove the "evo-" prefix from scheme */
uri_len = strlen (evo_uri);
+ uri = NULL;
if (evo_uri && (uri_len > 5)) {
/* Remove trailing "?" if there is no URI query */