Skip to content
Snippets Groups Projects
Commit 49784eb8 authored by Yohann Bearzi (Kitware)'s avatar Yohann Bearzi (Kitware) Committed by Lucas Givord
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

(cherry picked from commit 0cc57f26)
parent 31f857de
No related branches found
No related tags found
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