summaryrefslogtreecommitdiff
path: root/src/player.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.c')
-rw-r--r--src/player.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player.c b/src/player.c
index 28914d4..f4b6490 100644
--- a/src/player.c
+++ b/src/player.c
@@ -15,7 +15,7 @@ void cleanup_playerlist(player_list* pl)
{
assert(pl != NULL);
- for(int i=0; i<MAX_PLAYERS; i++)
- free(pl->names[i]);
+ //for(int i=0; i<MAX_PLAYERS; i++)
+ // free(pl->names[i]);
free(pl);
}