mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
remove comment unintentionally committed
This commit is contained in:
parent
c13971e3d8
commit
67ddbf140b
1 changed files with 0 additions and 1 deletions
|
@ -356,7 +356,6 @@ disposePlayerInfoInt( MPFORMAL CurGameInfo* gi )
|
|||
LocalPlayer* lp;
|
||||
|
||||
for ( lp = gi->players, ii = 0; ii < MAX_NUM_PLAYERS; ++lp, ++ii ) {
|
||||
XP_LOGF( "%s: disposing name %p", __func__, lp->name );
|
||||
XP_FREEP( mpool, &lp->name );
|
||||
XP_FREEP( mpool, &lp->password );
|
||||
XP_FREEP( mpool, &lp->dictName );
|
||||
|
|
Loading…
Reference in a new issue