mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
initialize SwitcherThread to nullptr
This commit is contained in:
parent
98c3131017
commit
513fe0728c
|
|
@ -257,7 +257,7 @@ class SwitcherThread;
|
|||
* SwitcherData
|
||||
********************************************************************************/
|
||||
struct SwitcherData {
|
||||
SwitcherThread *th;
|
||||
SwitcherThread *th = nullptr;
|
||||
|
||||
condition_variable cv;
|
||||
mutex m;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user