Update of /cvs/poppler/poppler/poppler
In directory kemper:/tmp/cvs-serv12659/poppler
Modified Files:
Function.cc
Log Message:
2006-12-09 Jeff Muizelaar <[EMAIL PROTECTED]>
* poppler/Function.cc: Initialize PostScriptFunction::codeString to
NULL so that it can safely deleted if initialization fails.
Fixes #9263.
Index: Function.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/Function.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Function.cc 5 May 2006 20:51:01 -0000 1.5
+++ Function.cc 10 Dec 2006 05:24:56 -0000 1.6
@@ -978,6 +978,7 @@
GooString *tok;
code = NULL;
+ codeString = NULL;
codeSize = 0;
ok = gFalse;
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler