mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 13:58:13 +02:00
LazDebuggerFp: fix mem leak in TFPBreakpoint.ThreadLogExpression
This commit is contained in:
parent
429081bc03
commit
efc94ab2db
@ -1909,6 +1909,7 @@ begin
|
||||
end;
|
||||
finally
|
||||
PasExpr.Free;
|
||||
PrettyPrinter.Free;
|
||||
Context.ReleaseReference;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user