--- /Users/SungjinChun/Workspace/GNUstep/CVS/gnustep/dev-libs/gsweb/GSWeb.framework/GSWDefaultAdaptorThread.m 2004-02-27 22:54:07.123262000 +0900 +++ GSWeb.framework/GSWDefaultAdaptorThread.m 2004-03-03 02:42:01.202752200 +0900 @@ -124,14 +124,14 @@ NSString* requestLine=nil; NSDictionary* headers=nil; NSData* data=nil; + _pool=[NSAutoreleasePool new]; + GSWLogMemCF("New NSAutoreleasePool: %p",_pool); ASSIGN(_runDate,[NSDate date]); DESTROY(_dispatchRequestDate); DESTROY(_sendResponseDate); #ifdef GSWDEBUG_DEEP [GSWApplication statusLogWithFormat:@"Thread run START"]; #endif - _pool=[NSAutoreleasePool new]; - GSWLogMemCF("New NSAutoreleasePool: %p",_pool); #ifdef GSWDEBUG_DEEP [GSWApplication logWithFormat:@"pool allocated!"]; #endif