Use CloseServiceHandle() on service handles.
authorIain Patterson <me@iain.cx>
Sun, 29 Jun 2014 10:24:36 +0000 (11:24 +0100)
committerIain Patterson <me@iain.cx>
Sun, 29 Jun 2014 10:28:35 +0000 (11:28 +0100)
We were incorrectly calling CloseHandle() to close service handles.
CloseServiceHandle() is not only for service manager handles and should
be used on service handles as well.


No differences found