nouveau: memory leak
[mesa.git] / src / mesa / tnl_dd / t_dd_triemit.h
index c99e6e686612f0fbd2b4eb0f8f8108da0396ce33..f5979ee9a750bc0a1abf047e1e0519cb9655a99c 100644 (file)
@@ -143,7 +143,7 @@ static void TAG(fast_clipped_poly)( GLcontext *ctx, const GLuint *elts,
    GLuint vertsize = GET_VERTEX_DWORDS();
    GLuint *vb = (GLuint *)ALLOC_VERTS( (n-2) * 3, vertsize );
    const GLuint *start = (const GLuint *)VERT(elts[0]);
-   int i,j;
+   GLuint i,j;
 
    if (DO_DEBUG_VERTS) {
       fprintf(stderr, "%s\n", __FUNCTION__);