diff --git a/media/liboggplay/README_MOZILLA b/media/liboggplay/README_MOZILLA index c1f874963c4..11c568765c8 100644 --- a/media/liboggplay/README_MOZILLA +++ b/media/liboggplay/README_MOZILLA @@ -5,4 +5,4 @@ the Mozilla build system. http://svn.annodex.net/liboggplay/trunk/ -The svn revision number used was r3693. +The svn revision number used was r3729. diff --git a/media/liboggplay/src/liboggplay/config.h b/media/liboggplay/src/liboggplay/config.h index 3c9052256f9..e1754e4bb3c 100644 --- a/media/liboggplay/src/liboggplay/config.h +++ b/media/liboggplay/src/liboggplay/config.h @@ -74,7 +74,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "0.0.1.svn" +#define VERSION "0.0.1" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ diff --git a/media/liboggplay/src/liboggplay/oggplay_seek.c b/media/liboggplay/src/liboggplay/oggplay_seek.c index 594e6853fdb..14084e939bd 100644 --- a/media/liboggplay/src/liboggplay/oggplay_seek.c +++ b/media/liboggplay/src/liboggplay/oggplay_seek.c @@ -82,7 +82,7 @@ oggplay_seek(OggPlay *me, ogg_int64_t milliseconds) { * this will occur as soon as the thread calls oggplay_buffer_release_next */ - trash = malloc(sizeof(OggPlaySeekTrash)); + trash = calloc(sizeof(OggPlaySeekTrash), 1); /* * store the old buffer in it next.