openscenegraph / OpenSceneGraph

OpenSceneGraph git repository
http://www.openscenegraph.org
Other
3.25k stars 1.42k forks source link

Unprotected usage of variable #1158

Open 77freab opened 2 years ago

77freab commented 2 years ago

file: OpenSceneGraph\src\osg\GraphicsContext.cpp function: GraphicsContext::runOperations '_operations' variable is not protected here by '_operationsMutex'. Leads to potential (real for me actually) crash.