Update of /cvs/poppler/poppler/poppler
In directory kemper:/tmp/cvs-serv18948/poppler
Modified Files:
CairoOutputDev.cc
Log Message:
2006-09-04 Jeff Muizelaar <[EMAIL PROTECTED]>
* 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() {
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler