fp-lldb debug: mem leak

git-svn-id: trunk@58379 -
This commit is contained in:
martin 2018-06-22 17:12:50 +00:00
parent 3a01243c22
commit 0aad0a88a7

View File

@ -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