From 569ce0b7b88819995968fb5891c4da89233314eb Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" <vir@lindenlab.com> Date: Mon, 16 Apr 2018 22:08:20 +0100 Subject: [PATCH] MAINT-8525 - crash during buy object --- indra/newview/llvoavatar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index f6ba01e5e87..8ac74e3eebf 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -6009,7 +6009,7 @@ void LLVOAvatar::addAttachmentOverridesForObject(LLViewerObject *vo, std::set<LL return; } - LLScopedContextString str("addAttachmentOverridesForObject " + vo->getAvatar()->getFullname()); + LLScopedContextString str("addAttachmentOverridesForObject " + getFullname()); LL_DEBUGS("AnimatedObjects") << "adding" << LL_ENDL; dumpStack("AnimatedObjectsStack"); -- GitLab