diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-12-05 20:10:33 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:02 -0800 |
commit | 60da67c56c41ad9e51aff30db2611203038f0f2f (patch) | |
tree | d0e7f8d4ae34528df8263d61375e2c096c5413e4 /indra/newview/llvoicewebrtc.h | |
parent | ec7bd371f612334f1f81af58a753cff643d7c86e (diff) |
Fix crash when disconnecting.
When disconnecting, we need to wait for any outstanding http
calls to complete as the handlers may use the session objects.
Also, reap empty sessions.
Diffstat (limited to 'indra/newview/llvoicewebrtc.h')
-rw-r--r-- | indra/newview/llvoicewebrtc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoicewebrtc.h b/indra/newview/llvoicewebrtc.h index 2eb74ed2cb..af6e67c8b4 100644 --- a/indra/newview/llvoicewebrtc.h +++ b/indra/newview/llvoicewebrtc.h @@ -823,6 +823,7 @@ protected: S32 mParcelLocalID; bool mShutDown; + S32 mOutstandingRequests; bool mMuted; F32 mMicGain; |