mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 06:38:00 +02:00
fcl-base: blowfish2: Remove unnecessary destructor from TBlowFish2Stream
This commit is contained in:
parent
2256593e92
commit
3874fb7725
@ -76,7 +76,6 @@ Type
|
|||||||
Public
|
Public
|
||||||
Constructor Create(const AKey : UTF8String; Dest: TStream); overload; virtual;
|
Constructor Create(const AKey : UTF8String; Dest: TStream); overload; virtual;
|
||||||
Constructor Create(AKey : TBytes; Dest: TStream); overload; virtual;
|
Constructor Create(AKey : TBytes; Dest: TStream); overload; virtual;
|
||||||
Destructor Destroy; override;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
TBlowFish2EncryptStream = Class(TBlowFish2Stream)
|
TBlowFish2EncryptStream = Class(TBlowFish2Stream)
|
||||||
@ -1044,12 +1043,6 @@ begin
|
|||||||
FPos:=0;
|
FPos:=0;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TBlowFish2Stream.Destroy;
|
|
||||||
|
|
||||||
begin
|
|
||||||
FreeAndNil(FBF);
|
|
||||||
Inherited;
|
|
||||||
end;
|
|
||||||
|
|
||||||
{ ---------------------------------------------------------------------
|
{ ---------------------------------------------------------------------
|
||||||
TBlowFish2EncryptStream
|
TBlowFish2EncryptStream
|
||||||
|
Loading…
Reference in New Issue
Block a user