From: Vinson Lee Date: Sat, 2 Jan 2010 23:46:11 +0000 (-0800) Subject: glu/sgi: Initialize members of struct O_surface. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=386f91eec3f96cb8e28dfc6545a11e1d7dedc22b;p=mesa.git glu/sgi: Initialize members of struct O_surface. --- diff --git a/src/glu/sgi/libnurbs/internals/reader.h b/src/glu/sgi/libnurbs/internals/reader.h index 14f07d3c15a..3390ce80e99 100644 --- a/src/glu/sgi/libnurbs/internals/reader.h +++ b/src/glu/sgi/libnurbs/internals/reader.h @@ -114,7 +114,7 @@ struct O_surface : public PooledObj { O_trim * o_trim; /* list of trim loops */ int save; /* 1 if in display list */ long nuid; - O_surface() { o_trim = 0; o_nurbssurface = 0; } + O_surface() { o_trim = 0; o_nurbssurface = 0; save = 0; nuid = 0; } }; struct Property : public PooledObj {