summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-05-18 18:28:23 -0400
committerLoren Shih <seraph@lindenlab.com>2010-05-18 18:28:23 -0400
commitc70be25eca32ff3c8bab9af060b8e5c8cd684344 (patch)
tree19d1530f2b6fbb53c9675cda730617e45a04c080
parent263877fec111f77d3116913c440e454cba216c61 (diff)
Fix for build error (not from my code ;-) ).
-rw-r--r--indra/newview/llvoavatarself.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index 695ea68ae8..8bf082ad45 100644
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -1785,8 +1785,6 @@ if (index < 0 || index >= TEX_NUM_INDICES)
if (final)
{
delete data;
- // for debugging, apparently there is a case in which we are keeping old de-allocated structures around in callbacks
- *data = NULL;
}
}