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); }