cJSON_Print注意问题
cJSON
Ultralightweight JSON parser in ANSI C
项目地址:https://gitcode.com/gh_mirrors/cj/cJSON
免费下载资源
·
cjson导致内存泄漏
原因:
char* text = cJSON_Print(jout);fprintf(this->outstream, "%s", text);free(text); // As suggested by PaulPonomarev.cJSON_Delete(jout);
cJSON_Print会申请内存,text要free掉
GitHub 加速计划 / cj / cJSON
10.45 K
3.16 K
下载
Ultralightweight JSON parser in ANSI C
最近提交(Master分支:2 个月前 )
424ce4ce
This reverts commit 5b502cdbfb21fbe5f6cf9ffbd2b96e4281a741e6.
Related to #860
4 个月前
32497300 - 5 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)