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

Vinson Lee vlee at kemper.freedesktop.org
Fri Feb 12 08:29:31 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Feb 12 00:28:44 2010 -0800

glu/sgi: Initialize member of class Bin.

---

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

diff --git a/src/glu/sgi/libnurbs/internals/bin.cc b/src/glu/sgi/libnurbs/internals/bin.cc
index 54b4061..ff75b86 100644
--- a/src/glu/sgi/libnurbs/internals/bin.cc
+++ b/src/glu/sgi/libnurbs/internals/bin.cc
@@ -49,6 +49,7 @@
 Bin::Bin()
 {
     head = NULL;
+    current = NULL;
 }
 
 Bin::~Bin()




More information about the mesa-commit mailing list