From: handa Date: Mon, 29 Mar 2004 12:44:45 +0000 (+0000) Subject: (OTF_close): Free otf->filename. X-Git-Tag: REL-0-9-1~73 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3488db42e2da39cdcb98a02f45daf441f2cf22fd;p=m17n%2Flibotf.git (OTF_close): Free otf->filename. --- diff --git a/src/otfopen.c b/src/otfopen.c index 94429ec..f20a5cb 100644 --- a/src/otfopen.c +++ b/src/otfopen.c @@ -2643,6 +2643,8 @@ OTF_close (OTF *otf) } free (internal_data); } + if (otf->filename) + free (otf->filename); free (otf); }