OpenSceneGraph icon indicating copy to clipboard operation
OpenSceneGraph copied to clipboard

Unprotected usage of variable

Open 77freab opened this issue 3 years ago • 0 comments

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.

77freab avatar Jul 26 '22 13:07 77freab