X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/98488ab92877f83b7727ed2571c6da991e1783c1..8719c2e7d9245278ab694369b971caa7567b2f06:/cube.c diff --git a/cube.c b/cube.c index ae3f716..18787c0 100644 --- a/cube.c +++ b/cube.c @@ -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); }