Guard against null ref
parent
b060ce96d9
commit
687c1a420a
|
@ -351,6 +351,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
|||
|
||||
aPollRequest poolreq = m_queue.Dequeue();
|
||||
|
||||
if (poolreq != null && poolreq.thepoll != null)
|
||||
poolreq.thepoll.Process(poolreq);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue