summaryrefslogtreecommitdiff
path: root/imap/src/c-client/json.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/src/c-client/json.c')
-rw-r--r--imap/src/c-client/json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/src/c-client/json.c b/imap/src/c-client/json.c
index f6d0573..9a3e167 100644
--- a/imap/src/c-client/json.c
+++ b/imap/src/c-client/json.c
@@ -335,7 +335,7 @@ json_value_parse(unsigned char **s)
JSON_S *
json_array_parse(unsigned char **s)
{
- JSON_S *j;
+ JSON_S *j = NIL;
unsigned char *w = *s;
json_skipws(w);