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:

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