ProtectedMutable
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ end;
|
||||
function TObjectRef<T>.Pop: T;
|
||||
begin
|
||||
Result := FObj;
|
||||
FreeAndNil( FObj );
|
||||
FreeAndNil(FObj);
|
||||
end;
|
||||
|
||||
end.
|
||||
|
||||
Reference in New Issue
Block a user