fixed issues reported by Klocwork

This commit is contained in:
Guenter Obiltschnig 2016-09-26 18:15:43 +02:00
parent 7c43cc8ec2
commit 8d053e259c

View File

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