Mesa (mesa_7_7_branch): glu/sgi: Initialize member of struct Dlnode.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jan 2 01:25:50 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 2c64e4c50eaf7c3dd0cc95edbca1d31316baac3a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c64e4c50eaf7c3dd0cc95edbca1d31316baac3a

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jan  1 17:25:16 2010 -0800

glu/sgi: Initialize member of struct Dlnode.

---

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

diff --git a/src/glu/sgi/libnurbs/internals/displaylist.h b/src/glu/sgi/libnurbs/internals/displaylist.h
index 22cbec3..d009a42 100644
--- a/src/glu/sgi/libnurbs/internals/displaylist.h
+++ b/src/glu/sgi/libnurbs/internals/displaylist.h
@@ -59,6 +59,7 @@ Dlnode::Dlnode( PFVS _work, void *_arg, PFVS _cleanup )
     work = _work;
     arg = _arg;
     cleanup = _cleanup;
+    next = 0;
 }
 
 class DisplayList {




More information about the mesa-commit mailing list