fpdebug: fixed mem leak

git-svn-id: branches/fixes_1_6@50882 -
This commit is contained in:
mattias 2015-12-17 21:59:20 +00:00
parent 1e20272cab
commit 2b26e31cb6

View File

@ -2959,6 +2959,8 @@ begin
// TDbgDwarfProcSymbol
Result := Cu.DwarfSymbolClassMap.CreateProcSymbol(CU, Iter.DataPtr, AAddress);
if Result<>nil then
break;
finally
Iter.Free;
end;