git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa4611
)
added a missing fclose().
author
kramm
<kramm>
Fri, 4 Apr 2003 05:02:45 +0000
(
05:02
+0000)
committer
kramm
<kramm>
Fri, 4 Apr 2003 05:02:45 +0000
(
05:02
+0000)
pdf2swf/pdf2swf.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/pdf2swf.cc
b/pdf2swf/pdf2swf.cc
index
faeb09e
..
2cd110a
100644
(file)
--- a/
pdf2swf/pdf2swf.cc
+++ b/
pdf2swf/pdf2swf.cc
@@
-341,6
+341,7
@@
void addfontdir(FILE*database, char* dirname, int*numfonts, char*searchpath)
}
fprintf(database, "%s\n", buf);
logf("<verbose> Found font %s\n", buf);
+ fclose(fi);
}
if(numfonts)
(*numfonts)++;