summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/safe-browsing/ephy-gsb-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/safe-browsing/ephy-gsb-service.c b/lib/safe-browsing/ephy-gsb-service.c
index 4ef2762a9..73f57a619 100644
--- a/lib/safe-browsing/ephy-gsb-service.c
+++ b/lib/safe-browsing/ephy-gsb-service.c
@@ -167,7 +167,7 @@ static GList *
ephy_gsb_service_fetch_threat_lists_sync (EphyGSBService *self)
{
GList *retval = NULL;
- JsonNode *body_node;
+ JsonNode *body_node = NULL;
JsonObject *body_obj;
JsonArray *threat_lists;
JsonObject *descriptor;