summaryrefslogtreecommitdiff
path: root/src/glu
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-10 16:09:41 -0800
committerVinson Lee <vlee@vmware.com>2010-01-10 16:09:41 -0800
commit4fe51c7447fb260c32754df95a54b62f513cdd6b (patch)
treef8f135d79c09eea569f9b10ad1fa2b864896370e /src/glu
parent1111b38a1b903e9d99aace14a675a684a3f4732a (diff)
glu/sgi: Initialize members of class Mesher.
Diffstat (limited to 'src/glu')
-rw-r--r--src/glu/sgi/libnurbs/internals/mesher.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glu/sgi/libnurbs/internals/mesher.cc b/src/glu/sgi/libnurbs/internals/mesher.cc
index 9cc436adbf3..b2d83f41288 100644
--- a/src/glu/sgi/libnurbs/internals/mesher.cc
+++ b/src/glu/sgi/libnurbs/internals/mesher.cc
@@ -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
}