Notifier-Subscription-List robustness

This commit is contained in:
Michael Schimmel
2025-06-24 11:17:29 +02:00
parent 6ea0f94e36
commit fdea3cf26a
3 changed files with 74 additions and 39 deletions
+1
View File
@@ -223,6 +223,7 @@ begin
if Assigned(FSignal) then
begin
FSignal.Unsubscribe(FTag);
FTag := nil;
FSignal := TSignal.Null;
end;
FTag := nil;