]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/gtkfont.c
Add an assortment of missing frees and closes.
[PuTTY.git] / unix / gtkfont.c
index 9b655e4436345331206ba58010c15d12d491785f..d9980880fcab421a47bda70911df15516612ee23 100644 (file)
@@ -1126,6 +1126,7 @@ static void x11font_enum_fonts(GtkWidget *widget,
        }
     }
     XFreeFontNames(fontnames);
+    sfree(tmp);
 }
 
 static char *x11font_canonify_fontname(GtkWidget *widget, const char *name,