X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/1a0ebd408205f5e8b2bbcbc7af3b4dbfa112b55f..58254f445b34d1d2c08a286ccb0ca6e688a04427:/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); }