Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A missing initialization (fixed by the previous commit) leaded to kill unexpected process. In order to prevent consequences of similar errors in the future, never call kill() with a non-positive PID. See <#182>.
- Loading branch information