Browse Source

change last FREE to MEM_FREE

release0.1.5
Georg Hopp 12 years ago
parent
commit
7bcfeba296
  1. 2
      src/http/parser.c

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

Loading…
Cancel
Save