mesa: Branch 'master'

Brian Paul brianp at kemper.freedesktop.org
Tue Feb 27 00:06:01 UTC 2007


 src/mesa/vbo/vbo_context.c |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree e21096b07c5854d01114b58f87d08709e370f8b7 (from 928a70e4354d4884e2918ec67ddc6d8baf942c8a)
Author: Brian <brian at yutani.localnet.net>
Date:   Mon Feb 26 17:05:52 2007 -0700

    fix mem leak

diff --git a/src/mesa/vbo/vbo_context.c b/src/mesa/vbo/vbo_context.c
index 65998e7..f64f59d 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;
 }



More information about the mesa-commit mailing list