summaryrefslogtreecommitdiff
path: root/poppler/ArthurOutputDev.cc
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2012-02-06 00:25:53 +0100
committerAlbert Astals Cid <aacid@kde.org>2012-02-06 00:25:53 +0100
commite17f09563276ee25b6acfc127b6ea360da650030 (patch)
tree897d75a0dff44559515d940b1a59dacc3bccdb9e /poppler/ArthurOutputDev.cc
parent548648bf29dc1551443eb1925814342e7aadee46 (diff)
[xpdf303] TextOutputDev and associated changes
Diffstat (limited to 'poppler/ArthurOutputDev.cc')
-rw-r--r--poppler/ArthurOutputDev.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/poppler/ArthurOutputDev.cc b/poppler/ArthurOutputDev.cc
index 92bc84f5..301232bf 100644
--- a/poppler/ArthurOutputDev.cc
+++ b/poppler/ArthurOutputDev.cc
@@ -292,6 +292,7 @@ void ArthurOutputDev::updateFont(GfxState *state)
m_font = NULL;
fileName = NULL;
tmpBuf = NULL;
+ fontLoc = NULL;
if (!(gfxFont = state->getFont())) {
goto err1;