From 22a9916aed9e8360bed9c8ddb387e173a49b435e Mon Sep 17 00:00:00 2001 From: Xiaohong Bao Date: Mon, 12 Oct 2009 22:08:56 +0000 Subject: fix for EXT-1270: Crash on shutdown in LLOcclusionQueryPool on nVidia 8600M. to be reviewed by palmer. --- indra/newview/pipeline.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/pipeline.cpp') 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(); ) { -- cgit v1.2.3