FPDebug: mem leak

git-svn-id: trunk@44270 -
This commit is contained in:
martin 2014-02-26 22:40:55 +00:00
parent e311867200
commit fd8f2c1da7

View File

@ -2121,8 +2121,8 @@ begin
end;
{$POP}
if Result <> nil then
Result.AddReference{$IFDEF WITH_REFCOUNT_DEBUG}(nil, 'DoGetResultValue'){$ENDIF};
{$IFDEF WITH_REFCOUNT_DEBUG}if Result <> nil then
Result.DbgRenameReference(nil, 'DoGetResultValue');{$ENDIF}
end;
{ TFpPascalExpressionPartOperatorMulDiv }