Board index » delphi » Virtual memory leak in Indy
Pulse
![]() Delphi Developer |
Tue, 04 Nov 2003 20:50:06 GMT
Virtual memory leak in Indy
I've tried submitting this to the bug list at
http://www.nevrona.com/Indy/BugReport.html but it's not working. It says there's some sort of socket error (!!!!). TIdTCPConnection.WriteBuffer seems to be the cause of a virtual memory leak void __fastcall TSimpleThread::Write(AnsiString Msg) // Client is a TIdTCPClient pointer try { Quote} there isn't much left :) There is no resource leak at all if I don't send a 0 byte. I've tried: Client->WriteBuffer(&Terminator, 1 , true); (where Terminator is a 0 byte) |