LazDebuggerFp: fix uninitialized var

git-svn-id: trunk@61809 -
This commit is contained in:
martin 2019-09-02 14:19:04 +00:00
parent e948c7b47a
commit e06e1746df

View File

@ -649,6 +649,7 @@ begin
e := TCallStackEntry(It.DataPtr^);
if e.Validity = ddsRequested then
begin
ProcVal := nil;
if ThreadCallStack[e.Index].ProcSymbol <> nil then
ProcVal := ThreadCallStack[e.Index].ProcSymbol.Value;