From 9a78abed622bbc78c1431c6663f5895099ca270e Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 30 Jun 2016 11:56:45 +1200 Subject: Revert "loader: GH370 - re-enable allocator usage" This reverts commit aa32dbbf147d86257a0c9e091258e0ea2be5a013. This is broken in both debug and release 64bit linux. --- loader/cJSON.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'loader/cJSON.c') 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) { -- cgit v1.2.3