NevermindZZT / cson

基于C语言的json数据映射解析库
MIT License
132 stars 43 forks source link

free错误的内存地址 #3

Open MagiciSource opened 3 years ago

MagiciSource commented 3 years ago

cson.c文件中的第630行tmpNode = (int)(&(p->obj));,应改为tmpNode = (int)(p->obj);