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)
commitbe6863ff7b79067b0bf6716bfcb022c99cfeec86
tree6533fa30001b12bac5814e2b8a289fa3d7983920
parent4798232daef193da47e021879f1f6653137be8bb
Use CloseServiceHandle() on service handles.

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.
service.cpp