[poppler] poppler/splash: Splash.cc,1.9,1.10

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Nov 19 04:59:50 PST 2006


Update of /cvs/poppler/poppler/splash
In directory kemper:/tmp/cvs-serv4828/splash

Modified Files:
	Splash.cc 
Log Message:
        * qt4/src/poppler-link.cc:
        * qt4/src/poppler-page.cc:
        * qt4/src/poppler-qt4.h:
        * qt4/src/poppler-textbox.cc: Fix memory leaks
        * splash/Splash.cc: Initialize the values of nClipRes


Index: Splash.cc
===================================================================
RCS file: /cvs/poppler/poppler/splash/Splash.cc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Splash.cc	11 Oct 2006 23:09:24 -0000	1.9
+++ Splash.cc	19 Nov 2006 12:59:48 -0000	1.10
@@ -445,7 +445,7 @@
   int x0, x1, x2, x3, y0, y1, x, y, t;
   SplashCoord dx, dy, dxdy;
   SplashClipResult clipRes;
-  int nClipRes[3];
+  int nClipRes[3] = {0, 0, 0};
   int i;
 
   for (i = 0, seg = xPath->segs; i < xPath->length; ++i, ++seg) {



More information about the poppler mailing list