init: fix leak bug fix from commit 60c5ec73
[fio.git] / json.c
2014-04-03 Bruce CranFix JSON_INTEGER overflow on Windows by changing dataty...
2013-09-27 Anatol PomozovFix misspellings using 'codespell' tool
2012-11-14 Jens AxboeMerge branch 'master' into gfio
2012-11-13 Jens Axboejson: fix off-by-one in memory alloc
2012-11-13 Jens AxboeJSON: fix escape of '"' and '\' characters
2012-09-24 Jens AxboeMerge branch 'master' into gfio
2012-09-17 Jens AxboeAdd --output-format command line option
2012-09-17 Shaohua LiAdd a simple json encoder and use it to print fio outpu...