From b217be6f015a3266b37055e1a204093289f5ea91 Mon Sep 17 00:00:00 2001 From: Michael Schimmel Date: Fri, 25 Jul 2025 08:37:08 +0200 Subject: [PATCH] Memory hole in Data-Join fixed --- Src/Myc.Trade.DataPoint.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/Myc.Trade.DataPoint.pas b/Src/Myc.Trade.DataPoint.pas index b43dae4..7836267 100644 --- a/Src/Myc.Trade.DataPoint.pas +++ b/Src/Myc.Trade.DataPoint.pas @@ -44,6 +44,7 @@ type class operator Implicit(A: TSubscription): TProducer; overload; property Owner: IProducer read FOwner; end; + private FProducer: IProducer; class function GetNull: IProducer; static; inline;