Browse Source

Test

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

2
crypto777/cJSON.c

@ -1154,6 +1154,6 @@ void free_json(cJSON *item)
#ifdef CJSON_GARBAGECOLLECTION
cJSON_unregister(item);
#endif
if ( json != 0 )
if ( item != 0 )
cJSON_Delete(item);
}

Loading…
Cancel
Save