From: Andrei Zmievski Date: Mon, 12 Jun 2000 19:41:33 +0000 (+0000) Subject: Document change. X-Git-Tag: php-4.0.1RC~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=318a59d3020007f4fa9cf1af447062337d171e99;p=php Document change. --- 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;