From 7bcfeba2966c8a209f27196bcafe3d08cd947650 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 20 Aug 2013 21:38:50 +0100 Subject: [PATCH] change last FREE to MEM_FREE --- src/http/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/parser.c b/src/http/parser.c index 0c88d8e..532e985 100644 --- a/src/http/parser.c +++ b/src/http/parser.c @@ -64,7 +64,7 @@ httpParserDtor(void * _this) if (TRUE == this->ourLock) cbufRelease(this->buffer); - FREE(this->incomplete); + MEM_FREE(this->incomplete); delete(this->current); }