codetools: fixed mem leak

git-svn-id: trunk@37400 -
This commit is contained in:
mattias 2012-05-23 06:40:23 +00:00
parent 0d005db507
commit a5f8d500a6

View File

@ -1631,6 +1631,8 @@ begin
FStack.Push(ctcssOperand,FunctionName);
SetCTCSVariableValue(@Value,FStack.TopItemOperand);
ClearCTCSVariable(@Value);
Result:=true;
end;