[poppler] poppler/poppler: CairoOutputDev.cc,1.40,1.41
Jeff Muizelaar
jrmuizel at kemper.freedesktop.org
Mon Sep 4 18:21:52 PDT 2006
Update of /cvs/poppler/poppler/poppler
In directory kemper:/tmp/cvs-serv18948/poppler
Modified Files:
CairoOutputDev.cc
Log Message:
2006-09-04 Jeff Muizelaar <jeff at infidigm.net>
* poppler/CairoOutputDev.cc: Initialize currentFont to NULL before
use. Found by Pascal Terjan. Fixes #7924.
Index: CairoOutputDev.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/CairoOutputDev.cc,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- CairoOutputDev.cc 28 Jul 2006 18:17:45 -0000 1.40
+++ CairoOutputDev.cc 5 Sep 2006 01:21:50 -0000 1.41
@@ -58,6 +58,7 @@
fill_opacity = 1.0;
textClipPath = NULL;
cairo = NULL;
+ currentFont = NULL;
}
CairoOutputDev::~CairoOutputDev() {
More information about the poppler
mailing list