summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2019-01-08 21:28:47 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2019-01-08 21:28:47 +0000
commit4316f1d322bc8e0439780d68442d76b17927247c (patch)
tree4215def5e1831fb023c1795f3957160b03ab9dfe /indra/newview/llviewerobject.cpp
parent09b750483a2cde7ea3c80a0238f3224a2cf1cb70 (diff)
SL-10285 - removed one possible route for the isImpostor() crash. Intermittent issue.
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r--indra/newview/llviewerobject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp
index 007adf2a72..ec1095813b 100644
--- a/indra/newview/llviewerobject.cpp
+++ b/indra/newview/llviewerobject.cpp
@@ -3100,6 +3100,7 @@ void LLViewerObject::unlinkControlAvatar()
if (mControlAvatar)
{
mControlAvatar->markForDeath();
+ mControlAvatar->mRootVolp = NULL;
mControlAvatar = NULL;
}
}