diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-07-08 14:52:56 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-07-08 14:52:56 -0700 |
commit | aea47535b4e2417663c1114e32c3b24b0d43c137 (patch) | |
tree | 7219d2ed2a9edffe1273b5bdcdf86a79acf831d7 /indra/newview/llspatialpartition.cpp | |
parent | 58ab4dfd885336d84caa2853f4c4e5da1d685a07 (diff) | |
parent | bfb66a8b9422d9a86c728e8865b6fb7f936f1521 (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(); |