Memory hole in Data-Join fixed

This commit is contained in:
Michael Schimmel
2025-07-25 08:37:08 +02:00
parent ff5b379fde
commit b217be6f01
+1
View File
@@ -44,6 +44,7 @@ type
class operator Implicit(A: TSubscription): TProducer<T>; overload;
property Owner: IProducer<T> read FOwner;
end;
private
FProducer: IProducer<T>;
class function GetNull: IProducer<T>; static; inline;