fixed issues reported by Klocwork

This commit is contained in:
Guenter Obiltschnig 2016-09-26 18:15:43 +02:00
parent 78f954f58f
commit 18e594e7ff

View File

@ -132,6 +132,7 @@ private:
ThreadData():
thread(0),
prio(PRIO_NORMAL_IMPL),
osPrio(),
policy(SCHED_OTHER),
done(Event::EVENT_MANUALRESET),
stackSize(POCO_THREAD_STACK_SIZE),