summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimon_linden <none@none>2013-10-21 15:10:05 -0700
committersimon_linden <none@none>2013-10-21 15:10:05 -0700
commit95037bdefe8e17ec18fa6df972368d4ca079158f (patch)
tree26819e649b2dfcd0504ef9198e19c20f3a2adde6
parent006490032af959caabc2b73bb0d8b9464e158d3a (diff)
MAINT-3336 : double calls to deleteAndClear() in LLAvatarAppearance destructor
-rw-r--r--indra/llappearance/llavatarappearance.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llappearance/llavatarappearance.cpp b/indra/llappearance/llavatarappearance.cpp
index 3bb759d458..ce2b51cea2 100644
--- a/indra/llappearance/llavatarappearance.cpp
+++ b/indra/llappearance/llavatarappearance.cpp
@@ -291,10 +291,6 @@ LLAvatarAppearance::~LLAvatarAppearance()
clearSkeleton();
deleteAndClearArray(mCollisionVolumes);
- deleteAndClear(mTexSkinColor);
- deleteAndClear(mTexHairColor);
- deleteAndClear(mTexEyeColor);
-
std::for_each(mPolyMeshes.begin(), mPolyMeshes.end(), DeletePairedPointer());
mPolyMeshes.clear();