mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 06:44:15 +08:00
avoid a possible null ref
This commit is contained in:
@@ -846,6 +846,8 @@ namespace Amib.Threading
|
||||
continue;
|
||||
|
||||
Thread thread = te.WorkThread;
|
||||
if(thread is null)
|
||||
continue;
|
||||
|
||||
// Join don't work with negative numbers
|
||||
if (!waitInfinitely && (millisecondsLeft < 0))
|
||||
|
||||
Reference in New Issue
Block a user