summaryrefslogtreecommitdiff
path: root/indra/newview/llcontrolavatar.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/llcontrolavatar.cpp
parent09b750483a2cde7ea3c80a0238f3224a2cf1cb70 (diff)
SL-10285 - removed one possible route for the isImpostor() crash. Intermittent issue.
Diffstat (limited to 'indra/newview/llcontrolavatar.cpp')
-rw-r--r--indra/newview/llcontrolavatar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llcontrolavatar.cpp b/indra/newview/llcontrolavatar.cpp
index d3fd5813a0..0f02c23cb0 100644
--- a/indra/newview/llcontrolavatar.cpp
+++ b/indra/newview/llcontrolavatar.cpp
@@ -60,6 +60,8 @@ LLControlAvatar::LLControlAvatar(const LLUUID& id, const LLPCode pcode, LLViewer
// virtual
LLControlAvatar::~LLControlAvatar()
{
+ // Should already have been unlinked before destruction
+ llassert(!mRootVolp);
}
// virtual