Merge branch 'gtk_multigame' of ssh://xwords.git.sourceforge.net/gitroot/xwords/xwords into gtk_multigame

This commit is contained in:
Eric House 2013-01-20 19:27:50 -08:00
commit e79b0bd3eb

View file

@ -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 */