diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2009-10-12 22:08:56 +0000 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2009-10-12 22:08:56 +0000 |
commit | 22a9916aed9e8360bed9c8ddb387e173a49b435e (patch) | |
tree | 71df4df345b6a3f1358714bdc6a5ad8b83410bbb /indra/newview/pipeline.cpp | |
parent | 78bdb6266a75b42609d5bf967d206c42fe5f9a08 (diff) |
fix for EXT-1270: Crash on shutdown in LLOcclusionQueryPool on nVidia 8600M.
to be reviewed by palmer.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 38052abfa3..c736d0ccc8 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -414,6 +414,9 @@ void LLPipeline::cleanup() { assertInitialized(); + mGroupQ1.clear() ; + mGroupQ2.clear() ; + for(pool_set_t::iterator iter = mPools.begin(); iter != mPools.end(); ) { |