diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index 266aaaff4aaaa6745c3f249ceab44d518bed5b91..efa5eca217fc88606c6331d796121c84703c98fb 100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -547,6 +547,7 @@ void LLAgentWearables::setWearableName(const LLUUID& item_id, const std::string&
 			{
 				LLWearable* old_wearable = getWearable((LLWearableType::EType)i,j);
 				llassert(old_wearable);
+				if (!old_wearable) continue;
 
 				std::string old_name = old_wearable->getName();
 				old_wearable->setName(new_name);