Fix comment placement

This commit is contained in:
Marek Roszko 2022-09-28 21:19:19 -04:00
parent 0b1b37a75f
commit f3be769095
1 changed files with 1 additions and 1 deletions

View File

@ -51,9 +51,9 @@ void KIWAY_PLAYER::CreateServer( int service, bool local )
if( local ) if( local )
addr.Hostname( HOSTNAME ); addr.Hostname( HOSTNAME );
// this helps kill any events that could come in during deletion
if( m_socketServer ) if( m_socketServer )
{ {
// this helps prevent any events that could come in during deletion
m_socketServer->Notify( false ); m_socketServer->Notify( false );
delete m_socketServer; delete m_socketServer;
} }