forked from lix-project/lix
* Ugh, nasty Heisenbug due to an uninitialiased variable. The bug
only caused a crash if the program was *not* invoked with a high verbosity level.
This commit is contained in:
parent
be1a917beb
commit
72c857f0eb
|
@ -1441,6 +1441,7 @@ Worker::Worker()
|
|||
/* Debugging: prevent recursive workers. */
|
||||
if (working) abort();
|
||||
working = true;
|
||||
nrChildren = 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue