mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-17 04:30:13 +00:00
fix: prevent NullReferenceException in TimeoutController
This commit is contained in:
@@ -109,7 +109,7 @@ namespace Cysharp.Threading.Tasks
|
||||
try
|
||||
{
|
||||
// stop timer.
|
||||
timer.Dispose();
|
||||
timer?.Dispose();
|
||||
|
||||
// cancel and dispose.
|
||||
timeoutSource.Cancel();
|
||||
|
||||
Reference in New Issue
Block a user