On 7 January 2016 at 02:53, Ian Romanick <idr at freedesktop.org> wrote: > +static bool > +validate_vertex_array(unsigned name) > +{ > + glBindVertexArrayAPPLE(0); Be a good citizen and call glDeleteVertexArraysAPPLE() ? -Emil