mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-04 23:23:53 +02:00
FpDebug: nil check, in case of corrupted debug info
git-svn-id: trunk@59779 -
This commit is contained in:
parent
739388038a
commit
fec2f4c39e
@ -1013,6 +1013,7 @@ begin
|
||||
|
||||
if ASym.SymbolType = stValue then begin
|
||||
Result := ASym.Value;
|
||||
if Result <> nil then
|
||||
Result.AddReference{$IFDEF WITH_REFCOUNT_DEBUG}(@FlastResult, 'FindSymbol'){$ENDIF};
|
||||
end
|
||||
else begin
|
||||
|
Loading…
Reference in New Issue
Block a user