Skip to content
Snippets Groups Projects
Commit 0e6a6c77 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-493: Work around static initialization order problem.

LLParamSingleton contained a static member mutex. Unfortunately that wasn't
guaranteed to be initialized by the time its getInstance() was entered. Use a
function-local static instead.
parent 63103afb
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