summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.cpp
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2011-06-22 15:55:39 -0400
committerprep <prep@lindenlab.com>2011-06-22 15:55:39 -0400
commit6629a77cac8b82d3c6f64e7c21f8af116fd4e259 (patch)
treeb6de02d89aa04885697bba6e758ff847f1180899 /indra/newview/llvocache.cpp
parent0961c3baaa6f5be42d4c3996c0563f905a8df053 (diff)
parent13202345d5d4aee652e160a437ec765090f3ec63 (diff)
merge
Diffstat (limited to 'indra/newview/llvocache.cpp')
-rw-r--r--indra/newview/llvocache.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp
index bbb19a63f1..f0b5b50feb 100644
--- a/indra/newview/llvocache.cpp
+++ b/indra/newview/llvocache.cpp
@@ -137,10 +137,6 @@ LLVOCacheEntry::LLVOCacheEntry(LLAPRFile* apr_file)
LLVOCacheEntry::~LLVOCacheEntry()
{
- if(mBuffer != mDP.getBuffer())
- {
- delete[] mBuffer ; //just in case
- }
mDP.freeBuffer();
}