mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
Fix: memory leaks in TfrmFileProperties (#985)
This commit is contained in:
parent
5112f21e1d
commit
89ceb79167
1 changed files with 1 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ destructor TfrmFileProperties.Destroy;
|
|||
begin
|
||||
FFiles.Free;
|
||||
StopCalcFolderSize;
|
||||
FreeAndNil( FOperation );
|
||||
inherited Destroy;
|
||||
FPropertyFormatter := nil; // free interface
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue