diff options
Diffstat (limited to 'cube.c')
| -rw-r--r-- | cube.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |