mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:39:22 +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;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if FTargetInfo.TargetPtrSize = SizeOf(Pointer) then
|
if (FTargetInfo.TargetPtrSize = SizeOf(Pointer)) or
|
||||||
|
(FDbgControlProcess <> nil)
|
||||||
|
then
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
if FileExists(s) then begin
|
if FileExists(s) then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user