summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-06-12 19:41:33 +0000
committerAndrei Zmievski <andrei@php.net>2000-06-12 19:41:33 +0000
commit318a59d3020007f4fa9cf1af447062337d171e99 (patch)
treef920af512f10b14e8d1bdf653a9e44983e25e92d
parent719d995a9df436998c5c1e22ec150a8e4c0d1d4f (diff)
downloadphp-git-318a59d3020007f4fa9cf1af447062337d171e99.tar.gz
Document change.
-rw-r--r--ext/gd/gdttf.c1
1 files changed, 1 insertions, 0 deletions
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;