]> granicus.if.org Git - php/commitdiff
Document change.
authorAndrei Zmievski <andrei@php.net>
Mon, 12 Jun 2000 19:41:33 +0000 (19:41 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 12 Jun 2000 19:41:33 +0000 (19:41 +0000)
ext/gd/gdttf.c

index 044e21c6b20afaf8b20de637eaf875712f839f57..13587ffd88b2e92401e6673901536267a2cd5e76 100644 (file)
@@ -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;