diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2011-06-16 15:55:22 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2011-06-16 15:55:22 -0600 |
commit | e63f6311be2b2bca9b45ddbf43b675200dc51486 (patch) | |
tree | 17178fa6cd1769624d6f8b14537fb002874f54d3 /indra | |
parent | f0694e45c8d140bd93abe097ec8e8cc99630ed39 (diff) |
fix for STORM-1274: crash at LLVOCacheEntry::~LLVOCacheEntry() line 138
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llvocache.cpp | 4 |
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(); } |