diff options
author | simon_linden <none@none> | 2013-10-21 15:10:05 -0700 |
---|---|---|
committer | simon_linden <none@none> | 2013-10-21 15:10:05 -0700 |
commit | 95037bdefe8e17ec18fa6df972368d4ca079158f (patch) | |
tree | 26819e649b2dfcd0504ef9198e19c20f3a2adde6 | |
parent | 006490032af959caabc2b73bb0d8b9464e158d3a (diff) |
MAINT-3336 : double calls to deleteAndClear() in LLAvatarAppearance destructor
-rw-r--r-- | indra/llappearance/llavatarappearance.cpp | 4 |
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(); |