Fix some uninitialized variables caught by Valgrind
This commit is contained in:
parent
2bcb022f95
commit
60f2801ecf
1 changed files with 2 additions and 0 deletions
|
@ -1696,6 +1696,8 @@ out:
|
|||
public:
|
||||
inthread_th()
|
||||
{
|
||||
quit = false;
|
||||
quit_ack = false;
|
||||
rptr = 0;
|
||||
fire();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue