fixed dangling pointer problem (Chris Burghart)

This commit is contained in:
Brian Paul
2001-08-31 04:30:14 +00:00
parent 04ec0fd71e
commit 9bed64cbf1
2 changed files with 12 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
$Id: VERSIONS,v 1.70 2001/08/28 23:12:37 brianp Exp $
$Id: VERSIONS,v 1.71 2001/08/31 04:30:14 brianp Exp $
Mesa Version History
@@ -891,3 +891,4 @@ Mesa Version History
- fixed glDrawRangeElements() bug
- fixed a glPush/PopAttrib() bug related to texture binding
- flat-shaded, textured lines were broken
- fixed a dangling pointer problem in the XMesa code (Chris Burghart)