From: Ryan Date: Fri, 29 May 2009 11:58:52 +0000 (+0200) Subject: Remove unnecessary AdjustAmountOfExternalAllocatedMemory from node.http. X-Git-Tag: v0.0.2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=247c9d2210663457dd1d4ac95758fd743b9eb823;p=platform%2Fupstream%2Fnodejs.git Remove unnecessary AdjustAmountOfExternalAllocatedMemory from node.http. --- diff --git a/src/http.cc b/src/http.cc index 9723f8d..f5e0570 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)); }