Sanity check when closing service handle.

oldstable
Alexander Yaworsky 2004-08-31 17:32:05 +00:00 committed by Alexandre Julliard
parent 55cc226d82
commit 3ab2818948
1 changed files with 3 additions and 0 deletions

View File

@ -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: