mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-23 14:39:13 +02:00
LazDebuggerFp: fix uninitialized var
git-svn-id: trunk@61809 -
This commit is contained in:
parent
e948c7b47a
commit
e06e1746df
@ -649,6 +649,7 @@ begin
|
|||||||
e := TCallStackEntry(It.DataPtr^);
|
e := TCallStackEntry(It.DataPtr^);
|
||||||
if e.Validity = ddsRequested then
|
if e.Validity = ddsRequested then
|
||||||
begin
|
begin
|
||||||
|
ProcVal := nil;
|
||||||
if ThreadCallStack[e.Index].ProcSymbol <> nil then
|
if ThreadCallStack[e.Index].ProcSymbol <> nil then
|
||||||
ProcVal := ThreadCallStack[e.Index].ProcSymbol.Value;
|
ProcVal := ThreadCallStack[e.Index].ProcSymbol.Value;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user