mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 19:00:34 +02:00
FPDebug: mem leak
git-svn-id: trunk@44447 -
This commit is contained in:
parent
1bef36d35d
commit
c1846572a1
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user