mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 14:00:14 +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);
|
on E: Exception do WriteLn(E.Message);
|
||||||
end;
|
end;
|
||||||
S.Free;
|
S.Free;
|
||||||
|
|
||||||
|
sym.ReleaseReference;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TFPDLoop.GControllerCreateProcessEvent(var continue: boolean);
|
procedure TFPDLoop.GControllerCreateProcessEvent(var continue: boolean);
|
||||||
|
Loading…
Reference in New Issue
Block a user