mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:00:43 +02:00
FPDebug: mem leak
git-svn-id: trunk@44270 -
This commit is contained in:
parent
e311867200
commit
fd8f2c1da7
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user