Francois PIETTE wrote:
> There is a memory leak in the function "PrepareEmail" in the file
> "OverbyteIcsSmtpProt.pas", at line 3376:
>
> if FMailMessage.GetText^ <> #0 then
>
> this function allocate some meory which must be freed using
> StrDispose. This
> is not done in the function.
Cor
Translation of the message which was sent by a french ICS user who -
strangely - doesn't want to be known:
There is a memory leak in the function "PrepareEmail" in the file
"OverbyteIcsSmtpProt.pas", at line 3376:
if FMailMessage.GetText^ <> #0 then
this function allocate some meory which