From cff6e2b4468097940b0215d765c2edfebbc753a2 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 25 Jul 2006 09:06:55 +0000 Subject: [PATCH] initialize variable --- ext/json/JSON_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/json/JSON_parser.c b/ext/json/JSON_parser.c index 51f8b6c041..dce42d37ee 100644 --- a/ext/json/JSON_parser.c +++ b/ext/json/JSON_parser.c @@ -388,7 +388,7 @@ JSON_parser(zval *z, unsigned short p[], int length, int assoc TSRMLS_DC) smart_str key = {0}; int type = -1; - unsigned short utf16; + unsigned short utf16 = 0; JSON(the_top) = -1; push(&the_json, z, MODE_DONE); -- 2.40.0