codetools: TSourceLog.destroy without calling hooks

git-svn-id: trunk@19735 -
This commit is contained in:
mattias 2009-05-01 14:02:56 +00:00
parent 9c170f9a4f
commit ea97d80f56

View File

@ -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;