[Bf-committers] Release AHOY 1

Kester Maddock bf-committers@blender.org
Thu, 5 Aug 2004 19:03:15 +1200


--Boundary-00=_zudEBpywbrE5Z7t
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,

I've got a bug in OpenAL on Linux:  some memory can be used after being 
free'd.  Would the Linux platform manager please apply the attached patch?

Thanks,

Kester

On Thursday 05 August 2004 11:10, Ton Roosendaal wrote:
> Hi all,
>
> Of course last minute bug reports will come in (right now checking
> one!). But I'd prefer the platform managers to have cvs update
> competely and compile and start doing tests.
>
> Thursday euro daytime I'll report on final status based on feedback.
>
> Thanks!
>
> -Ton-
>
> ------------------------------------------------------------------------
> --
> Ton Roosendaal  Blender Foundation ton@blender.org
> http://www.blender.org
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers@blender.org
> http://www.blender.org/mailman/listinfo/bf-committers
>
>
>
> !DSPAM:411189e557471261619816!

--Boundary-00=_zudEBpywbrE5Z7t
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="filters.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="filters.patch"

Index: linux/src/al_filter.c
===================================================================
RCS file: /usr/local/cvs-repository/openal/linux/src/al_filter.c,v
retrieving revision 1.28
diff -u -r1.28 al_filter.c
--- linux/src/al_filter.c	30 Jun 2004 15:01:52 -0000	1.28
+++ linux/src/al_filter.c	5 Aug 2004 06:58:17 -0000
@@ -239,6 +239,7 @@
 		tpitch_lookup.offsets[i] = 0;
 		tpitch_lookup.fractionals[i] = 0;
 	}
+	tpitch_lookup.len = 0;
 #endif
 
 	return;

--Boundary-00=_zudEBpywbrE5Z7t--