projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
928a70e
)
fix mem leak
author
Brian
<brian@yutani.localnet.net>
Tue, 27 Feb 2007 00:05:52 +0000
(17:05 -0700)
committer
Brian
<brian@yutani.localnet.net>
Tue, 27 Feb 2007 00:05:52 +0000
(17:05 -0700)
src/mesa/vbo/vbo_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/vbo/vbo_context.c
b/src/mesa/vbo/vbo_context.c
index 65998e7ff750a991fe05149823bb9f76e3e19e07..f64f59d11ec17ebe400c2a2f5e39b98ffb75f953 100644
(file)
--- 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;
}