|
@ -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; |
|
|
} |
|
|
} |
|
|