fpdebug: fixed mem leak

git-svn-id: trunk@50881 -
This commit is contained in:
mattias 2015-12-17 21:58:59 +00:00
parent 3a33b42792
commit b11155e714

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;