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:
38c5fe6
)
fixed a mem leak
author
kramm
<kramm>
Fri, 29 Apr 2005 08:47:44 +0000
(08:47 +0000)
committer
kramm
<kramm>
Fri, 29 Apr 2005 08:47:44 +0000
(08:47 +0000)
pdf2swf/SWFOutputDev.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/SWFOutputDev.cc
b/pdf2swf/SWFOutputDev.cc
index
182fc28
..
384ca75
100644
(file)
--- a/
pdf2swf/SWFOutputDev.cc
+++ b/
pdf2swf/SWFOutputDev.cc
@@
-303,7
+303,7
@@
class InfoOutputDev: public OutputDev
GfxFont*font = state->getFont();
if(!font)
return;
- char*id = getFontID(font);
+ /*char*id = getFontID(font);*/
/* FIXME*/
num_fonts++;
}