-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/279/
-----------------------------------------------------------
Review request for Viewer.
Summary
-------
The error is due to the fact that the instances of subclasses of LLGLNamePool
(e.g. LLVertexBuffer::sStreamVBOPool) were having their destructors run after
the destructor for LLGLNamePool::sInstances, yet accessing the members of the
already destructed vector, causing a crash.
This addresses bug VWR-25609.
http://jira.secondlife.com/browse/VWR-25609
Diffs
-----
indra/llrender/llgl.h UNKNOWN
indra/llrender/llgl.cpp UNKNOWN
indra/llrender/llvertexbuffer.cpp UNKNOWN
indra/newview/llspatialpartition.cpp UNKNOWN
Diff: http://codereview.secondlife.com/r/279/diff
Testing
-------
Tested in debug builds with the Microsoft Debug heap and confirmed that this
patch allows shutdown to complete without error.
Thanks,
Brad
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges