We use cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from.
Hi Serrgio,
it seems to me that the TIdInterceptThrottler object is not freed, generating a possible memory leak.
{$IFNDEF LAZARUS} (line 3253)
if Throttle.Enabled then
begin
oThrottle := TIdInterceptThrottler.Create(nil);
oThrottle.BitsPerSec := Throttle.BitsPerSec;
AContext.Connection.IOHandler.Intercept := oThrottle;
end;
{$ENDIF}
Can you verify?
thanks
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »