Fix uninitalised variable in event.cpp (#5764)
parent
018217f6b2
commit
1bf9b25fb4
|
@ -35,6 +35,8 @@ Event::Event()
|
|||
pthread_mutex_init(&mutex, NULL);
|
||||
notified = false;
|
||||
# endif
|
||||
#elif USE_CPP11_MUTEX
|
||||
notified = false;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue