Patch from Debian, to bring the use of the X selection/clipboard in
[sgt/puzzles] / keen.c
diff --git a/keen.c b/keen.c
index 5ec7898..fe41496 100644 (file)
--- a/keen.c
+++ b/keen.c
@@ -2247,6 +2247,10 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
                          FONT_VARIABLE, TILESIZE/2,
                          ALIGN_VCENTRE | ALIGN_HCENTRE, ink, str);
            }
+
+    sfree(minus_sign);
+    sfree(times_sign);
+    sfree(divide_sign);
 }
 
 #ifdef COMBINED