diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2019-01-08 21:28:47 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2019-01-08 21:28:47 +0000 |
commit | 74200ffa0c078511377c4e667de62685750e7c34 (patch) | |
tree | 88c94a3c850f7cde5bfe4069d9351c56960d61ce /indra/newview/llcontrolavatar.cpp | |
parent | ee68e52dc83d5f00acb4da96aca6148ffbd89920 (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.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llcontrolavatar.cpp b/indra/newview/llcontrolavatar.cpp index fb61ad4b07..1e8ec4fe0f 100644 --- a/indra/newview/llcontrolavatar.cpp +++ b/indra/newview/llcontrolavatar.cpp @@ -58,6 +58,8 @@ LLControlAvatar::LLControlAvatar(const LLUUID& id, const LLPCode pcode, LLViewer // virtual LLControlAvatar::~LLControlAvatar() { + // Should already have been unlinked before destruction + llassert(!mRootVolp); } // virtual |