Skip to content

Commit

Permalink
Add null check for WaitInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeFlux committed Mar 15, 2021
1 parent 5ef6a06 commit 91f3560
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private Thread()
~Thread()
{
#if TARGET_UNIX || TARGET_BROWSER
WaitSubsystem.OnThreadExiting(this);
_waitInfo?.OnThreadExiting();
#endif
FreeInternal();
}
Expand Down

0 comments on commit 91f3560

Please sign in to comment.