> >
> > I'm not sure what the rules are for using bzero, something may probably have
> > to be added to configure to support/not support this. (bzero is much faster
> > than memset on freebsd)
> >
> > Please let me know if you have any comments or suggestions.
>
> I'm not 100% sure bzero() is a
Kevin Day wrote:
>
> In osmesa.c:
>
> --- osmesa.c Mon Apr 3 05:47:32 2000
> +++ osmesa.cMon Apr 3 05:46:29 2000
> @@ -252,6 +252,7 @@
> indexBits,
> 8, 8, 8, alphaBits );
>if (!osmesa->
In osmesa.c:
--- osmesa.c Mon Apr 3 05:47:32 2000
+++ osmesa.cMon Apr 3 05:46:29 2000
@@ -252,6 +252,7 @@
indexBits,
8, 8, 8, alphaBits );
if (!osmesa->gl_visual) {
+ FREE(osmesa)