Commit 3ab28189 authored by Alexander Yaworsky's avatar Alexander Yaworsky Committed by Alexandre Julliard

Sanity check when closing service handle.

parent 55cc226d
......@@ -93,6 +93,9 @@ static struct sc_handle* alloc_sc_handle( SC_HANDLE_TYPE htype )
static void free_sc_handle( struct sc_handle* handle )
{
if( NULL == handle )
return;
switch( handle->htype )
{
case SC_HTYPE_MANAGER:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment