Browse Source

Test

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

2
crypto777/cJSON.c

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

Loading…
Cancel
Save