[twsocket] THttpServer memory leak

2011-03-17 Thread FrancoGG
I'm using ICS under Delphi 2007, specifically THttpServer. Is it possible there is a memory leak in the component? Even on an empty form, in a new project, with just a THttpServer and a button to start the server, the application's memory usage keeps increasing every time a user connects. Is

Re: [twsocket] THttpServer memory leak

2011-03-17 Thread Arno Garrels
FrancoGG wrote: I'm using ICS under Delphi 2007, specifically THttpServer. Is it possible there is a memory leak in the component? Nothing is impossible, look at Japan :( Even on an empty form, in a new project, with just a THttpServer and a button to start the server, the application's

Re: [twsocket] THttpServer memory leak

2011-03-17 Thread RTT
On 17-03-2011 17:12, FrancoGG wrote: the application's memory usage keeps increasing every time a user connects If you are using a custom THttpConnection, check if you are missing to free any of its owned objects in its destructor method. -- To unsubscribe or change your settings for TWSocket