Browse Source

Test

etomic
jl777 7 years ago
parent
commit
62ff96b246
  1. 2
      crypto777/cJSON.c

2
crypto777/cJSON.c

@ -1144,7 +1144,7 @@ cJSON *cJSON_CreateObject(void)
if ( item )
item->type = cJSON_Object;
#ifdef CJSON_GARBAGECOLLECTION
cJSON_register(item); fff
cJSON_register(item);
#endif
return item;
}

Loading…
Cancel
Save