shithub: puzzles

Download patch

ref: f1ad38971c4918c3b0818254caa57c21c5406642
parent: 26c669a6b2892b97b4a9bc6842f633291951fdbd
author: Simon Tatham <anakin@pobox.com>
date: Mon Sep 20 06:36:44 EDT 2010

Memory leak fixes from Jonas Koelker.

[originally from svn r9001]

--- a/unfinished/slide.c
+++ b/unfinished/slide.c
@@ -821,6 +821,9 @@
 	}
     }
 
+    sfree(dsf);
+    sfree(list);
+    sfree(tried_merge);
     sfree(board2);
 
     *rtx = tx;