From e21096b07c5854d01114b58f87d08709e370f8b7 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 26 Feb 2007 17:05:52 -0700 Subject: fix mem leak --- src/mesa/vbo/vbo_context.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/vbo/vbo_context.c') diff --git a/src/mesa/vbo/vbo_context.c b/src/mesa/vbo/vbo_context.c index 65998e7ff7..f64f59d11e 100644 --- a/src/mesa/vbo/vbo_context.c +++ b/src/mesa/vbo/vbo_context.c @@ -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; } -- cgit v1.2.3