X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/18eb897ff68aef4a40e0c966dbcfb7148a12759e..a6bd4b9c9f5c5918bf56b50c5d31a4c31104c2ec:/loopy.c diff --git a/loopy.c b/loopy.c index 6e97acd..43e96a7 100644 --- a/loopy.c +++ b/loopy.c @@ -917,6 +917,8 @@ static game_drawstate *game_new_drawstate(drawing *dr, game_state *state) static void game_free_drawstate(drawing *dr, game_drawstate *ds) { + sfree(ds->textx); + sfree(ds->texty); sfree(ds->clue_error); sfree(ds->clue_satisfied); sfree(ds->lines);