Fix valgrind issues

This commit is contained in:
gunnar_g 2009-04-15 14:26:39 +00:00
parent 14815a0962
commit 4f8bc81108
1 changed files with 1 additions and 1 deletions

View File

@ -1740,7 +1740,7 @@ live_game_reset(LiveGame *live_game, Fixture *fix, gboolean free_variable)
live_game->stats.players[0][i] = g_ptr_array_new();
live_game->stats.players[1][i] = g_ptr_array_new();
}
live_game->stats.possession = 0;
for(i=0;i<LIVE_GAME_STAT_VALUE_END;i++)
live_game->stats.values[0][i] =
live_game->stats.values[1][i] = 0;