fix mem leak
authorBrian <brian@yutani.localnet.net>
Tue, 27 Feb 2007 00:05:52 +0000 (17:05 -0700)
committerBrian <brian@yutani.localnet.net>
Tue, 27 Feb 2007 00:05:52 +0000 (17:05 -0700)
src/mesa/vbo/vbo_context.c

index 65998e7..f64f59d 100644 (file)
@@ -241,6 +241,7 @@ void _vbo_DestroyContext( GLcontext *ctx )
       ctx->aelt_context = NULL;
    }
 
+   vbo_exec_destroy(ctx);
    FREE(vbo_context(ctx));
    ctx->swtnl_im = NULL;
 }