mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 12:09:21 +02:00
fp-lldb debug: mem leak
git-svn-id: trunk@58379 -
This commit is contained in:
parent
3a01243c22
commit
0aad0a88a7
@ -377,7 +377,6 @@ var
|
||||
begin
|
||||
Result := False;
|
||||
InStr := TLldbInstructionMemory.Create(AnAddress, ASize);
|
||||
InStr.AddReference;
|
||||
try
|
||||
FDebugger.DebugInstructionQueue.QueueInstruction(InStr);
|
||||
while not InStr.IsCompleted do begin
|
||||
|
Loading…
Reference in New Issue
Block a user