From: Vinson Lee Date: Mon, 11 Jan 2010 00:09:41 +0000 (-0800) Subject: glu/sgi: Initialize members of class Mesher. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4fe51c7447fb260c32754df95a54b62f513cdd6b;p=mesa.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 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 }