diff options
author | Keith Whitwell <[email protected]> | 2005-02-10 10:57:22 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-02-10 10:57:22 +0000 |
commit | b97e478fe90f612041e27852eb8c95f45467bde8 (patch) | |
tree | 944adbe75c4027772cc1208c4ba35c60d1480148 /src/mesa/tnl/t_vb_points.c | |
parent | a9a4c5489ec12f6aa768d44578c332f654c536ea (diff) |
mesa-tnl-0-to-NULL.patch from Jeff Muizelaar
Diffstat (limited to 'src/mesa/tnl/t_vb_points.c')
-rw-r--r-- | src/mesa/tnl/t_vb_points.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_points.c b/src/mesa/tnl/t_vb_points.c index 746ea8ba7f9..de866974473 100644 --- a/src/mesa/tnl/t_vb_points.c +++ b/src/mesa/tnl/t_vb_points.c @@ -103,7 +103,7 @@ static void free_point_data( struct tnl_pipeline_stage *stage ) if (store) { _mesa_vector4f_free( &store->PointSize ); FREE( store ); - stage->privatePtr = 0; + stage->privatePtr = NULL; } } |