chiark / gitweb /
Memory leak fix from James H.
authorSimon Tatham <anakin@pobox.com>
Thu, 7 Jan 2010 18:15:09 +0000 (18:15 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 7 Jan 2010 18:15:09 +0000 (18:15 +0000)
[originally from svn r8815]

windows.c

index 1fb14b93121c533331110847366476ecafcf2dd9..d2044ccff5444e127db1c2cd0f6698e1abb9a914 100644 (file)
--- a/windows.c
+++ b/windows.c
@@ -239,6 +239,7 @@ void frontend_free(frontend *fe)
     sfree(fe->brushes);
     sfree(fe->pens);
     sfree(fe->presets);
+    sfree(fe->fonts);
 
     sfree(fe);
 }