Re: [twsocket] ICS 6 Bug

2006-04-29 Thread Francois PIETTE
"Éric Fleming Bonilha" <[EMAIL PROTECTED]> To: Sent: Friday, April 28, 2006 1:50 PM Subject: [twsocket] ICS 6 Bug >I have posted a message days ago and no one has told anything, please, the >problem specified here is not a bug of my application, is a possible bug of >ICS t

[twsocket] ICS 6 Bug

2006-04-28 Thread Éric Fleming Bonilha
I have posted a message days ago and no one has told anything, please, the problem specified here is not a bug of my application, is a possible bug of ICS that must be corrected, this is a memory leak bug that I found on the FreeWndHandler routine of ICS, can any ICS Team members or even Françoi

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
D]> To: Sent: Tuesday, April 25, 2006 9:06 PM Subject: [twsocket] ICS 6 Bug - Memory Leak 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 applicat

[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