Re: [Mesa-dev] Clean (hopefully) fix for memory leaks

1999-09-19 Thread Keith Whitwell
Wolfram Gloger wrote: > > Just in time for Mesa-3.1beta3 :-). I now have what I believe to be a > very clean fix for the memory leaks I've observed. Looks good - I'll commit these for the beta. Keith ___ Mesa-dev maillist - [EMAIL PROTECTED] ht

[Mesa-dev] Clean (hopefully) fix for memory leaks

1999-09-19 Thread Wolfram Gloger
Just in time for Mesa-3.1beta3 :-). I now have what I believe to be a very clean fix for the memory leaks I've observed. Some were rather simple ommisions from the contexts' destructor (gl_matrix_dtr() and gl_extensions_dtr() calls), but the immediate buffers were more tricky. Let me repeat tha