lloyd / yajl

A fast streaming JSON parsing library in C.
http://lloyd.github.com/yajl
ISC License
2.15k stars 435 forks source link

yajj_free() should be NULL-free #194

Open cboesch-gpsw opened 7 years ago

cboesch-gpsw commented 7 years ago

Just like free(3), yajl_free() should allow yajl_free(NULL) to simplifies error paths.