Memory hole in Data-Join fixed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user