Don't try to kill a process which didn't start.
authorIain Patterson <me@iain.cx>
Tue, 26 Nov 2013 12:43:06 +0000 (12:43 +0000)
committerIain Patterson <me@iain.cx>
Tue, 26 Nov 2013 20:38:05 +0000 (20:38 +0000)
commit4af002456ac6339ab1ad0c88641d6b35fe9af2ad
treea88ddbce25294269f0e2a82504c8b459db1f04d1
parentef26a193bb671cd22d498839f205a0ec4523518e
Don't try to kill a process which didn't start.

If CreateProcess() failed there's no sense trying to call
GetExitCodeProcess() or kill_process_tree().
service.cpp