From f0845127e978cf4485154f39b399f4008fe2d210 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 16 Nov 2017 01:19:17 +0200 Subject: [PATCH] Test --- crypto777/cJSON.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto777/cJSON.c b/crypto777/cJSON.c index 3c8c376db..a1007d34a 100755 --- a/crypto777/cJSON.c +++ b/crypto777/cJSON.c @@ -845,7 +845,7 @@ char *jprint(cJSON *json,int32_t freeflag) free_json(json); retstr = LP_alloc(strlen(str) + 1); strcpy(retstr,str); - cJSON_free(str); + //cJSON_free(str); //portable_mutex_unlock(&mutex); return(retstr); }