aboutsummaryrefslogtreecommitdiff
path: root/loader/cJSON.c
diff options
context:
space:
mode:
authorChris Forbes <chrisforbes@google.com>2016-06-30 11:56:45 +1200
committerChris Forbes <chrisforbes@google.com>2016-06-30 11:56:45 +1200
commit9a78abed622bbc78c1431c6663f5895099ca270e (patch)
tree70ffd14e81b87331a482c3fc152e9f5efe0a1cd0 /loader/cJSON.c
parent6f01c553d3a93e8c505cb8557db1d0ade5eb6645 (diff)
downloadusermoji-9a78abed622bbc78c1431c6663f5895099ca270e.tar.xz
Revert "loader: GH370 - re-enable allocator usage"
This reverts commit aa32dbbf147d86257a0c9e091258e0ea2be5a013. This is broken in both debug and release 64bit linux.
Diffstat (limited to 'loader/cJSON.c')
-rw-r--r--loader/cJSON.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/loader/cJSON.c b/loader/cJSON.c
index e7266c38..fc3ba049 100644
--- a/loader/cJSON.c
+++ b/loader/cJSON.c
@@ -88,10 +88,6 @@ void cJSON_Delete(cJSON *c) {
}
}
-void cJSON_Free(void *p) {
- cJSON_free(p);
-}
-
/* Parse the input text to generate a number, and populate the result into item.
*/
static const char *parse_number(cJSON *item, const char *num) {