diff options
Diffstat (limited to 'indra')
| -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(); )  	{  | 
