diff options
author | Dave Parks <davep@lindenlab.com> | 2012-10-17 18:18:06 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-10-17 18:18:06 -0500 |
commit | 5a2f71b0bc30804c3ca40ac4fc49e1257ad43106 (patch) | |
tree | 740aeedb28894a05e813b0bd0261f21cf3173085 | |
parent | a7f6dcaef7fb49901a2ebf0629e3089fa8cdad98 (diff) |
MAINT-1527 Fix for crash on exit when VBO disabled
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 2edb5cf852..b42a84da47 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -695,6 +695,8 @@ void LLPipeline::cleanup() mInitialized = FALSE; mDeferredVB = NULL; + + mCubeVB = NULL; } //============================================================================ |