mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 04:20:29 +01:00
codetools: fixed uninitialized variable, bug #16268
git-svn-id: trunk@24669 -
This commit is contained in:
parent
5565573175
commit
bd7b2381bc
@ -298,6 +298,7 @@ var
|
||||
ProcNode: TCodeTreeNode;
|
||||
begin
|
||||
Result:=false;
|
||||
MissingIdentifiers:=nil;
|
||||
if not InitExtractProc(StartPos,EndPos,MethodPossible,SubProcSameLvlPossible)
|
||||
then exit;
|
||||
MissingIdentifiers:=CreateTreeOfPCodeXYPosition;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user