diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-10 16:09:41 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-10 16:09:41 -0800 |
commit | 4fe51c7447fb260c32754df95a54b62f513cdd6b (patch) | |
tree | f8f135d79c09eea569f9b10ad1fa2b864896370e /src/glu | |
parent | 1111b38a1b903e9d99aace14a675a684a3f4732a (diff) |
glu/sgi: Initialize members of class Mesher.
Diffstat (limited to 'src/glu')
-rw-r--r-- | src/glu/sgi/libnurbs/internals/mesher.cc | 3 |
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 9cc436adbf..b2d83f4128 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 } |