projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a1961
)
glu/sgi: Initialize member of struct Dlnode.
author
Vinson Lee
<vlee@vmware.com>
Sat, 2 Jan 2010 01:25:16 +0000
(17:25 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 2 Jan 2010 01:25:16 +0000
(17:25 -0800)
src/glu/sgi/libnurbs/internals/displaylist.h
patch
|
blob
|
history
diff --git
a/src/glu/sgi/libnurbs/internals/displaylist.h
b/src/glu/sgi/libnurbs/internals/displaylist.h
index 22cbec37870f1d156ae1660b00f1de834222771c..d009a42513e7bd190bba3e70b5bb6e634ca59540 100644
(file)
--- 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 {