summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-27 14:45:44 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-27 14:45:44 -0800
commitf8f34c14c4913d008182a5853613ffbf154d9a26 (patch)
tree9e9077b2394a1703d9619734713915fec8a93bbb /indra/newview
parent45e15b0b50bca05aba333d9f2a41748bfc1e9496 (diff)
follow-up fix to leak fix.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llagentwearables.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index acb9e2ebb1..401d74c4ef 100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -2530,10 +2530,6 @@ void LLInitialWearablesFetch::processWearablesMessage()
delete wearable_data;
}
}
- else
- {
- delete wearable_data;
- }
// Add all current attachments to the requested items as well.
LLVOAvatarSelf* avatar = gAgent.getAvatarObject();