From 4f8bc811083004eeacd22ac3761488cd3eca346c Mon Sep 17 00:00:00 2001 From: gunnar_g Date: Wed, 15 Apr 2009 14:26:39 +0000 Subject: [PATCH] Fix valgrind issues --- src/live_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/live_game.c b/src/live_game.c index 15053129..06144477 100644 --- a/src/live_game.c +++ b/src/live_game.c @@ -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;istats.values[0][i] = live_game->stats.values[1][i] = 0;