projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1111b38
)
glu/sgi: Initialize members of class Mesher.
author
Vinson Lee
<vlee@vmware.com>
Mon, 11 Jan 2010 00:09:41 +0000
(16:09 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 11 Jan 2010 00:09:41 +0000
(16:09 -0800)
src/glu/sgi/libnurbs/internals/mesher.cc
patch
|
blob
|
history
diff --git
a/src/glu/sgi/libnurbs/internals/mesher.cc
b/src/glu/sgi/libnurbs/internals/mesher.cc
index 9cc436adbf3a55742a2417244618c80de9198cf2..b2d83f412883ada2da176c96ecc78fdb3d834a1c 100644
(file)
--- 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
}