Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > dd259df24ce3830770d0dcda9600e8df > files > 8

mesa-6.5-17mdv2007.0.src.rpm

--- Mesa-6.5/src/mesa/main/framebuffer.c.ctx	2006-03-31 12:29:47.000000000 -0500
+++ Mesa-6.5/src/mesa/main/framebuffer.c	2006-09-16 09:58:32.000000000 -0400
@@ -306,7 +306,8 @@
    fb->Height = height;
 
    /* to update scissor / window bounds */
-   _mesa_update_draw_buffer_bounds(ctx);
+   if (ctx)
+      _mesa_update_draw_buffer_bounds(ctx);
 }