X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/b0e260739db88cb2724a570af98493ff8787c31b..e91825f8e43648bf129dae18809ee2e38af70d33:/rect.c diff --git a/rect.c b/rect.c index 9b7816c..f270d91 100644 --- a/rect.c +++ b/rect.c @@ -40,6 +40,7 @@ #include "puzzles.h" const char *const game_name = "Rectangles"; +const char *const game_winhelp_topic = "games.rectangles"; const int game_can_configure = TRUE; enum { @@ -1357,6 +1358,7 @@ void game_redraw(frontend *fe, game_drawstate *ds, game_state *oldstate, sfree(vedge); } + sfree(corners); sfree(correct); }