summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorllooyd <llooyd@e775cfb5-b74b-0410-aad5-5bebe4a96390>2008-09-26 20:40:46 +0000
committerllooyd <llooyd@e775cfb5-b74b-0410-aad5-5bebe4a96390>2008-09-26 20:40:46 +0000
commit08a655aaa40acbd5c0352849aec81ec9a4da5a0a (patch)
tree573a24247d2fd47e777f76b9a9959c9ba6110213 /TODO
parentf61753d5f779657bf36d7a7885145deb2fd9a616 (diff)
downloadyajl-08a655aaa40acbd5c0352849aec81ec9a4da5a0a.tar.gz
get memory management comments from Adam McLaurin in the
TODO. git-svn-id: http://yajl-c.googlecode.com/svn/trunk@109 e775cfb5-b74b-0410-aad5-5bebe4a96390
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 336f2d3..59b2e6b 100644
--- a/TODO
+++ b/TODO
@@ -7,3 +7,5 @@
b. some performance comparison against json_checker.
* investigate pull instead of push parsing
* make install step
+* Handle memory allocation failures gracefully
+* allow client to override malloc/calloc/free impl.