Fix a few malloc() and free() calls
authorPetri Lehtinen <petri@digip.org>
Thu, 31 Mar 2011 13:37:41 +0000 (16:37 +0300)
committerPetri Lehtinen <petri@digip.org>
Thu, 31 Mar 2011 13:37:43 +0000 (16:37 +0300)
commiteab23f05d873a7099f355ad937c9b8522abcc18e
tree948f0c2a9e15058cf94c6b1b909f7bb67c21755c
parent0944ac8d91ad6a02c44d6166f46c6c0183147976
Fix a few malloc() and free() calls

Replace them with jsonp_malloc() and jsonp_free() to support the
custom memory allocation.
src/hashtable.c
src/strbuffer.c