Re: [twsocket] SmtpProt memory leak

2006-10-30 Thread Arno Garrels
Arno Garrels wrote: > > I fixed this bug in October in both V5 and V6. Sorry, not in October but in August. > http://www.duodata.de/misc/delphi/SmtpProt_08132006.zip > > The problem is that TStrings.Text is not available in Delph1, > that's why Francois exchanged my line "if Length(FMailMessage

Re: [twsocket] SmtpProt memory leak

2006-10-30 Thread Arno Garrels
Efird Jr, Carl R (O7K) wrote: > I found that SmtpProt (v5, v5 beta, and v6 beta) has a memory leak in > TSmtpCli.PrepareEMail. I fixed this bug in October in both V5 and V6. http://www.duodata.de/misc/delphi/SmtpProt_08132006.zip The problem is that TStrings.Text is not available in Delph1, that

[twsocket] SmtpProt memory leak

2006-10-30 Thread Efird Jr, Carl R (O7K)
I found that SmtpProt (v5, v5 beta, and v6 beta) has a memory leak in TSmtpCli.PrepareEMail. Memory is allocated but not released for each email Sent: unencoded: slightly larger than the body of the email, encoded: slightly larger than twice the body of the email. The current source is: {*