From: Vinson Lee Date: Mon, 11 Jan 2010 00:09:41 +0000 (-0800) Subject: glu/sgi: Initialize members of class Mesher. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fe51c7447fb260c32754df95a54b62f513cdd6b;p=profile%2Fivi%2Fmesa.git glu/sgi: Initialize members of class Mesher. --- diff --git a/src/glu/sgi/libnurbs/internals/mesher.cc b/src/glu/sgi/libnurbs/internals/mesher.cc index 9cc436a..b2d83f4 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 }