[originally from svn r8605]
@ -996,6 +996,7 @@ static void free_game(game_state *state)
sfree(state->grid->squares);
sfree(state->grid);
}
sfree(state->bluemask);
sfree(state->facecolours);
sfree(state);
The note is not visible to the blocked user.