Patch attached.
-- 
Papadakos Panagiotis
--- src/mesa/main/mipmap.c	2007-02-02 21:18:49.000000000 +0200
+++ src/mesa/main/mipmap_new.c	2007-02-02 21:11:24.000000000 +0200
@@ -932,6 +932,9 @@
       if (dstImage->Data)
          ctx->Driver.FreeTexImageData(ctx, dstImage);
 
+      if (dstImage->ImageOffsets)
+         _mesa_free(dstImage->ImageOffsets);
+
       /* initialize new image */
       _mesa_init_teximage_fields(ctx, target, dstImage, dstWidth, dstHeight,
                                  dstDepth, border, srcImage->InternalFormat);
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to