mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 05:17:25 +01:00
Debugger: Fixed a mem-leak in new event-log code
git-svn-id: trunk@24613 -
This commit is contained in:
parent
6f80b48f64
commit
8763903289
@ -1969,6 +1969,7 @@ begin
|
||||
|
||||
FreeAndNil(FUserSourceFiles);
|
||||
FreeAndNil(FHiddenDebugOutputLog);
|
||||
FreeAndNil(FHiddenDebugEventsLog);
|
||||
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user