FPDebug: mem leak

git-svn-id: trunk@44447 -
This commit is contained in:
martin 2014-03-16 18:42:28 +00:00
parent 1bef36d35d
commit c1846572a1

View File

@ -2058,8 +2058,7 @@ 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;
{ TFpPascalExpressionPartOperatorPlusMinus }