Skip to content
Snippets Groups Projects
Commit 0cc57f26 authored by Yohann Bearzi (Kitware)'s avatar Yohann Bearzi (Kitware)
Browse files

vtkThreadedCallbackQueue, fixing race condition

The boolean member `Destroying` needs to be atomic because there is one
location in the code that uses it without mutex
protectionThreadedCallbackQueue, fixing race condition

The boolean member `Destroying` needs to be atomic because there is one
location in the code that uses it without mutex protection
parent 14d1d855
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment