diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 14:45:44 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 14:45:44 -0800 |
commit | f8f34c14c4913d008182a5853613ffbf154d9a26 (patch) | |
tree | 9e9077b2394a1703d9619734713915fec8a93bbb | |
parent | 45e15b0b50bca05aba333d9f2a41748bfc1e9496 (diff) |
follow-up fix to leak fix.
-rw-r--r-- | indra/newview/llagentwearables.cpp | 4 |
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(); |