Re: [twsocket] ICS 6 Bug - Memory Leak

2006-04-25 Thread Éric Fleming Bonilha
The WndHandle class should be responsible for destroying the FOwnerList, correct?? This is a bug of ICS?? I have made a fix for my version because this memory leak would compromise my software operation, as it will be running 24x7 and it creates and destroys sockets everytime - Original M

Re: [twsocket] ICS 6 Bug - Memory Leak

2006-04-25 Thread Dan
I think the destructor of TIcsWndHandler should be responsible for freeing it. Its labelled FOwnerList, and the F usually means its private, so other classes shouldnt have to manually free it. Dan - Original Message - From: "Éric Fleming Bonilha" <[EMAIL PROTECTED]> To: Sent: Tuesday

[twsocket] ICS 6 Bug - Memory Leak

2006-04-25 Thread Éric Fleming Bonilha
I´m using FastMM4, by declaring FastMM4 as first unit of my project, and when I close my application it says that there is 1 memory leak on module TIcsWndHandlerList. This bug occurs even on the demo applications provided on ICS package I have read the code of unit OverbyteIcsWndControl and I f