glu/sgi: Initialize members of class Mesher.
authorVinson Lee <vlee@vmware.com>
Mon, 11 Jan 2010 00:09:41 +0000 (16:09 -0800)
committerVinson Lee <vlee@vmware.com>
Mon, 11 Jan 2010 00:09:41 +0000 (16:09 -0800)
src/glu/sgi/libnurbs/internals/mesher.cc

index 9cc436a..b2d83f4 100644 (file)
@@ -58,6 +58,9 @@ Mesher::Mesher( Backend& b )
 {
     stacksize = 0;
     vdata = 0;
+    last[0] = 0;
+    last[1] = 0;
+    itop = 0;
     lastedge = 0; //needed to prevent purify UMR 
 }