mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 20:00:47 +02:00
FpDebugger (pure, console): Fixed mem-leak on showing line-info
git-svn-id: trunk@46103 -
This commit is contained in:
parent
ddfbd6ade9
commit
f1bdd969f5
@ -228,6 +228,8 @@ begin
|
||||
on E: Exception do WriteLn(E.Message);
|
||||
end;
|
||||
S.Free;
|
||||
|
||||
sym.ReleaseReference;
|
||||
end;
|
||||
|
||||
procedure TFPDLoop.GControllerCreateProcessEvent(var continue: boolean);
|
||||
|
Loading…
Reference in New Issue
Block a user