Mesa (master): glu/sgi: Initialize member of class Uarray.

Vinson Lee vlee at kemper.freedesktop.org
Wed Feb 10 09:25:57 UTC 2010


Module: Mesa
Branch: master
Commit: 7a593afa1741bfb0abd31422ecbd551628508711
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a593afa1741bfb0abd31422ecbd551628508711

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Feb 10 01:24:41 2010 -0800

glu/sgi: Initialize member of class Uarray.

---

 src/glu/sgi/libnurbs/internals/uarray.cc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/glu/sgi/libnurbs/internals/uarray.cc b/src/glu/sgi/libnurbs/internals/uarray.cc
index f0e2364..4b3329c 100644
--- a/src/glu/sgi/libnurbs/internals/uarray.cc
+++ b/src/glu/sgi/libnurbs/internals/uarray.cc
@@ -47,6 +47,7 @@ Uarray::Uarray( void )
 {
     uarray = 0;
     size = 0;
+    ulines = 0;
 }
 
 Uarray::~Uarray( void )




More information about the mesa-commit mailing list