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