shithub: puzzles

Download patch

ref: 7c3413a2f2ab0d22f4e43c92a9c215bc24f88baf
parent: 25005314232a1e30be748e08bbe0433010fb4eb8
author: Simon Tatham <anakin@pobox.com>
date: Thu Jan 7 13:15:09 EST 2010

Memory leak fix from James H.

[originally from svn r8815]

--- a/windows.c
+++ b/windows.c
@@ -239,6 +239,7 @@
     sfree(fe->brushes);
     sfree(fe->pens);
     sfree(fe->presets);
+    sfree(fe->fonts);
 
     sfree(fe);
 }