Update of /cvs/poppler/poppler/splash
In directory kemper:/tmp/cvs-serv26771/splash
Modified Files:
Tag: POPPLER_0_5_X
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.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- Splash.cc 11 Oct 2006 23:06:37 -0000 1.8.2.1
+++ Splash.cc 19 Nov 2006 13:17:13 -0000 1.8.2.2
@@ -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) {
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler