From: Petri Lehtinen Date: Thu, 31 Mar 2011 13:37:41 +0000 (+0300) Subject: Fix a few malloc() and free() calls X-Git-Tag: v2.0.1~1 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=eab23f05d873a7099f355ad937c9b8522abcc18e;hp=eab23f05d873a7099f355ad937c9b8522abcc18e;p=jansson.git Fix a few malloc() and free() calls Replace them with jsonp_malloc() and jsonp_free() to support the custom memory allocation. ---