mesa/vbo: drop all references to vbo on destroy
authorKeith Whitwell <keithw@vmware.com>
Mon, 8 Jun 2009 15:11:29 +0000 (16:11 +0100)
committerKeith Whitwell <keithw@vmware.com>
Mon, 8 Jun 2009 15:27:43 +0000 (16:27 +0100)
commit0d3c8fbf12289a8cc081c2d68e810c4bf29d1f8d
tree85dd404787171b3d98ca3eab80a8f947252000ec
parentfce4ee12a620de4ece35cef62a4562bbd4895557
mesa/vbo: drop all references to vbo on destroy

We were adding references to the input arrays, but failing to drop
them on destruction.  This could lead to a 64kb buffer being leaked
each context destruction.
src/mesa/vbo/vbo_exec_api.c