diff --git a/src/http.cc b/src/http.cc index 9723f8df6c..f5e0570448 100644 --- a/src/http.cc +++ b/src/http.cc @@ -298,7 +298,6 @@ HTTPConnection::HTTPConnection (Handle handle, enum http_parser_type typ HTTPConnection::~HTTPConnection ( ) { - V8::AdjustAmountOfExternalAllocatedMemory(-sizeof(HTTPConnection)); }