mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Zip - Invalid pointer operation
This commit is contained in:
parent
dcde783795
commit
054cebe599
1 changed files with 2 additions and 2 deletions
|
|
@ -88,8 +88,8 @@ end;
|
|||
|
||||
class procedure THuffmanTree.FreeStaticTrees;
|
||||
begin
|
||||
_StaticLiteralLengthTree.Free;
|
||||
_StaticDistanceTree.Free;
|
||||
_StaticLiteralLengthTree._Release;
|
||||
_StaticDistanceTree._Release;
|
||||
end;
|
||||
|
||||
class function THuffmanTree.GetStaticLiteralTreeLength: TBytes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue