mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 03:48:08 +02:00
LazDebuggerGDBMI: fix mem-leak when cross debugging (new LazGDeBugControl)
git-svn-id: trunk@61104 -
This commit is contained in:
parent
b345479693
commit
4544b99ea8
@ -1715,7 +1715,9 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
if FTargetInfo.TargetPtrSize = SizeOf(Pointer) then
|
||||
if (FTargetInfo.TargetPtrSize = SizeOf(Pointer)) or
|
||||
(FDbgControlProcess <> nil)
|
||||
then
|
||||
exit;
|
||||
|
||||
if FileExists(s) then begin
|
||||
|
Loading…
Reference in New Issue
Block a user