projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c9c015
)
(OTF_close): Free otf->filename.
author
handa
<handa>
Mon, 29 Mar 2004 12:44:45 +0000
(12:44 +0000)
committer
handa
<handa>
Mon, 29 Mar 2004 12:44:45 +0000
(12:44 +0000)
src/otfopen.c
patch
|
blob
|
history
diff --git
a/src/otfopen.c
b/src/otfopen.c
index
94429ec
..
f20a5cb
100644
(file)
--- 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);
}