X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=loopy.c;h=43e96a7fb7cb746898604db2733ddb02b176fea2;hb=4bab5e531b4b49c9b41d2140dd570d05947e7c40;hp=6e97acda48a521e69656a3e415c98ea7352d11a2;hpb=8266b71475d2366a530b34d46a43dce3eceed2ff;p=sgt-puzzles.git 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);