diff --git a/json_object.c b/json_object.c index 2ee39ea..9198257 100644 --- a/json_object.c +++ b/json_object.c @@ -735,7 +735,7 @@ struct json_object *json_object_new_int(int32_t i) int32_t json_object_get_int(const struct json_object *jso) { - int64_t cint64; + int64_t cint64=0; double cdouble; enum json_type o_type;