Fix comment placement
This commit is contained in:
parent
0b1b37a75f
commit
f3be769095
|
@ -51,9 +51,9 @@ void KIWAY_PLAYER::CreateServer( int service, bool local )
|
|||
if( local )
|
||||
addr.Hostname( HOSTNAME );
|
||||
|
||||
// this helps kill any events that could come in during deletion
|
||||
if( m_socketServer )
|
||||
{
|
||||
// this helps prevent any events that could come in during deletion
|
||||
m_socketServer->Notify( false );
|
||||
delete m_socketServer;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue