From 318a59d3020007f4fa9cf1af447062337d171e99 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 12 Jun 2000 19:41:33 +0000 Subject: [PATCH] Document change. --- ext/gd/gdttf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/gd/gdttf.c b/ext/gd/gdttf.c index 044e21c6b2..13587ffd88 100644 --- a/ext/gd/gdttf.c +++ b/ext/gd/gdttf.c @@ -333,6 +333,7 @@ fontFetch ( char **error, void *key ) a = (font_t *)malloc(sizeof(font_t)); #ifdef VIRTUAL_DIR + /* a->fontname will be freed in fontRelease() later on */ if (virtual_filepath(b->fontname, &a->fontname)) { *error = "Could not find/open font"; return NULL; -- 2.50.1