From: Iain Patterson Date: Sun, 31 Aug 2014 15:08:56 +0000 (+0100) Subject: Terminate the correct process. X-Git-Tag: v2.24~1 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=2e11a962a07ff5d4a75b9e1c0ac2c4e6d7c1ba4f;hp=2e11a962a07ff5d4a75b9e1c0ac2c4e6d7c1ba4f;p=nssm.git Terminate the correct process. We were calling TerminateProcess() on the service process handle in instead of the handle passed to kill_process(). Thanks Sam Townsend. ---