diff options
author | Dave Parks <davep@lindenlab.com> | 2010-07-08 15:15:32 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-07-08 15:15:32 -0500 |
commit | 19bb6f489aeac44b622c190ccaf9310af3b53208 (patch) | |
tree | 6ff58f01cc205193dca68db49b36e770e4100a34 /indra/newview/llspatialpartition.cpp | |
parent | c80da2248d17bf9355fccd203b51548f983bd8ab (diff) | |
parent | 3d9413377638886ca2c6616f13be18beac00ebeb (diff) |
merge
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rw-r--r-- | indra/newview/llspatialpartition.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index d6e9256fee..86faeeaa73 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -300,6 +300,7 @@ LLSpatialGroup::~LLSpatialGroup() } delete [] mOcclusionVerts; + mOcclusionVerts = NULL; LLMemType mt(LLMemType::MTYPE_SPACE_PARTITION); clearDrawMap(); |