From 4fe51c7447fb260c32754df95a54b62f513cdd6b Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 10 Jan 2010 16:09:41 -0800 Subject: glu/sgi: Initialize members of class Mesher. --- src/glu/sgi/libnurbs/internals/mesher.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/glu') 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 } -- cgit v1.2.3