More defensive-coding fixes from James H.
[sgt/puzzles] / cube.c
diff --git a/cube.c b/cube.c
index ae3f716..18787c0 100644 (file)
--- 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);
 }