mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-19 22:49:48 +01:00
codetools: fixed mem leak
git-svn-id: trunk@37400 -
This commit is contained in:
parent
0d005db507
commit
a5f8d500a6
@ -1631,6 +1631,8 @@ begin
|
||||
FStack.Push(ctcssOperand,FunctionName);
|
||||
SetCTCSVariableValue(@Value,FStack.TopItemOperand);
|
||||
|
||||
ClearCTCSVariable(@Value);
|
||||
|
||||
Result:=true;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user