glu/sgi: Initialize member of struct Dlnode.
authorVinson Lee <vlee@vmware.com>
Sat, 2 Jan 2010 01:25:16 +0000 (17:25 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 2 Jan 2010 01:25:16 +0000 (17:25 -0800)
src/glu/sgi/libnurbs/internals/displaylist.h

index 22cbec37870f1d156ae1660b00f1de834222771c..d009a42513e7bd190bba3e70b5bb6e634ca59540 100644 (file)
@@ -59,6 +59,7 @@ Dlnode::Dlnode( PFVS _work, void *_arg, PFVS _cleanup )
     work = _work;
     arg = _arg;
     cleanup = _cleanup;
+    next = 0;
 }
 
 class DisplayList {