Skip to content
Snippets Groups Projects
Commit 74200ffa authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

SL-10285 - removed one possible route for the isImpostor() crash. Intermittent issue.

parent ee68e52d
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,8 @@ LLControlAvatar::LLControlAvatar(const LLUUID& id, const LLPCode pcode, LLViewer ...@@ -58,6 +58,8 @@ LLControlAvatar::LLControlAvatar(const LLUUID& id, const LLPCode pcode, LLViewer
// virtual // virtual
LLControlAvatar::~LLControlAvatar() LLControlAvatar::~LLControlAvatar()
{ {
// Should already have been unlinked before destruction
llassert(!mRootVolp);
} }
// virtual // virtual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment