mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 01:36:16 +02:00
codetools: TSourceLog.destroy without calling hooks
git-svn-id: trunk@19735 -
This commit is contained in:
parent
9c170f9a4f
commit
ea97d80f56
@ -274,11 +274,11 @@ end;
|
||||
|
||||
destructor TSourceLog.Destroy;
|
||||
begin
|
||||
Clear;
|
||||
if FChangeHooks<>nil then begin
|
||||
FreeMem(FChangeHooks);
|
||||
FChangeHooks:=nil;
|
||||
end;
|
||||
Clear;
|
||||
FMarkers.Free;
|
||||
FLog.Free;
|
||||
inherited Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user