fix mem leak

This commit is contained in:
Brian
2007-02-26 17:05:52 -07:00
parent 928a70e435
commit e21096b07c
+1
View 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;
}