Browse Source

Fix comment placement

7.0
Marek Roszko 3 years ago
parent
commit
f3be769095
  1. 2
      common/eda_dde.cpp

2
common/eda_dde.cpp

@ -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…
Cancel
Save