LazDebuggerFp: fix mem leak in TFPBreakpoint.ThreadLogExpression

This commit is contained in:
Martin 2022-10-23 13:15:04 +02:00
parent 429081bc03
commit efc94ab2db

View File

@ -1909,6 +1909,7 @@ begin
end; end;
finally finally
PasExpr.Free; PasExpr.Free;
PrettyPrinter.Free;
Context.ReleaseReference; Context.ReleaseReference;
end; end;
end; end;