Releases ZLib resources when disconnecting the intercept.
procedure Disconnect; override;
Disconnect is an overridden procedure in TIdCompressionIntercept. Disconnect calls the inherited Disconnect method, and executes a protected method that allows the instance to clear memory allocated in internal structures used for accessing the ZLib libraries. The ZLib structure are allocated when using the Send or Receive methods.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|