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:
35555ed
)
fixed a mem leak
author
Matthias Kramm
<kramm@quiss.org>
Thu, 22 Jan 2009 00:49:13 +0000
(16:49 -0800)
committer
Matthias Kramm
<kramm@quiss.org>
Thu, 22 Jan 2009 00:49:13 +0000
(16:49 -0800)
lib/pdf/InfoOutputDev.cc
patch
|
blob
|
history
diff --git
a/lib/pdf/InfoOutputDev.cc
b/lib/pdf/InfoOutputDev.cc
index
8a00d98
..
75644bc
100644
(file)
--- a/
lib/pdf/InfoOutputDev.cc
+++ b/
lib/pdf/InfoOutputDev.cc
@@
-88,6
+88,8
@@
FontInfo::~FontInfo()
}
}
free(glyphs);glyphs=0;
+ if(this->gfxfont)
+ gfxfont_free(this->gfxfont);
}
gfxfont_t* createGfxFont(FontInfo*src)