Merge branch 'gallium-0.1' into gallium-tex-surfaces
[mesa.git] / src / gallium / auxiliary / draw / draw_pipe_vbuf.c
index 86a7d1c730311a619650c95ffc85ae9fffb1939a..67b9a9503d2d8b36e57c19b6006c2a1693058b18 100644 (file)
@@ -427,9 +427,6 @@ static void vbuf_destroy( struct draw_stage *stage )
    if(vbuf->indices)
       align_free( vbuf->indices );
    
-   if(vbuf->translate)
-      vbuf->translate->release( vbuf->translate );
-
    if (vbuf->render)
       vbuf->render->destroy( vbuf->render );