diff --git a/xwords4/linux/cursesmain.c b/xwords4/linux/cursesmain.c index 54466f653..24eece97d 100644 --- a/xwords4/linux/cursesmain.c +++ b/xwords4/linux/cursesmain.c @@ -1926,6 +1926,9 @@ cursesmain( XP_Bool isServer, LaunchParams* params ) } #endif } + if ( !!g_globals.cGlobals.game.comms ) { + comms_stop( g_globals.cGlobals.game.comms ); + } saveGame( &g_globals.cGlobals ); game_dispose( &g_globals.cGlobals.game ); /* takes care of the dict */